|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TCDataInput
Input stream
Method Summary | |
---|---|
int |
read(byte[] b,
int off,
int len)
Read bytes into b starting at off for len. |
java.lang.String |
readString()
Read string |
Methods inherited from interface java.io.DataInput |
---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
Method Detail |
---|
java.lang.String readString() throws java.io.IOException
java.io.IOException
int read(byte[] b, int off, int len) throws java.io.IOException
b
- The byte array to read intooff
- The offset to start at in blen
- The number of bytes to read
java.io.IOException
- If there is an error reading the bytes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |