|
|||||||||
| Home >> All >> mindbright >> [ ssh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mindbright.ssh
Class SSHPduInputStream.PduByteArrayInputStream

java.lang.Objectjava.io.InputStream
java.io.ByteArrayInputStream
mindbright.ssh.SSHPduInputStream.PduByteArrayInputStream
- All Implemented Interfaces:
- java.io.Closeable
- Enclosing class:
- SSHPduInputStream
- static final class SSHPduInputStream.PduByteArrayInputStream
- extends java.io.ByteArrayInputStream
| Field Summary |
| Fields inherited from class java.io.ByteArrayInputStream |
buf, count, mark, pos |
| Constructor Summary | |
(package private) |
SSHPduInputStream.PduByteArrayInputStream(byte[] data)
|
| Method Summary | |
byte[] |
getBuf()
|
int |
getPos()
|
void |
setBuf(byte[] buf)
|
void |
setPos(int pos)
|
| Methods inherited from class java.io.ByteArrayInputStream |
available, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.io.InputStream |
close, read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
SSHPduInputStream.PduByteArrayInputStream
SSHPduInputStream.PduByteArrayInputStream(byte[] data)
| Method Detail |
getPos
public int getPos()
setPos
public void setPos(int pos)
getBuf
public byte[] getBuf()
setBuf
public void setBuf(byte[] buf)
|
|||||||||
| Home >> All >> mindbright >> [ ssh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC