public class BinaryInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected InputStream |
input |
protected int |
value |
| Constructor and Description |
|---|
BinaryInputStream(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
void |
pad_u8() |
boolean |
read_bit() |
int |
read_u16() |
long |
read_u32() |
int |
read_u8() |
int |
read_un(int n) |
int |
read_uv() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int length) |
available, close, mark, markSupported, reset, skipprotected InputStream input
protected int value
protected int count
public BinaryInputStream(InputStream input)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int read_u8()
throws IOException
IOExceptionpublic int read_u16()
throws IOException
IOExceptionpublic long read_u32()
throws IOException
IOExceptionpublic int read_un(int n)
throws IOException
IOExceptionpublic int read_uv()
throws IOException
IOExceptionpublic boolean read_bit()
throws IOException
IOExceptionpublic void pad_u8()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.