public class ByteInputStream extends DataInputStream
in| Constructor and Description |
|---|
ByteInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
pollSpeed() |
int |
read() |
byte[] |
readByteArray(int length) |
String |
readString(int length) |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, reset, skippublic ByteInputStream(InputStream in)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic String readString(int length) throws IOException
IOExceptionpublic byte[] readByteArray(int length)
throws IOException
IOExceptionpublic int pollSpeed()
Copyright © 2016. All rights reserved.