Modifier and Type | Field and Description |
---|---|
private static final int | |
private Project | project
The project to from which to get input. |
Access | Constructor and Description |
---|---|
public | DemuxInputStream(Project
the project instance project)Create a DemuxInputStream for the given project |
Modifier and Type | Method and Description |
---|---|
public int | Returns: the next byteImplements abstract java. |
public int | Returns: the number of bytes readan array of bytes to read into buffer, int the offset in the array of bytes offset, int the number of bytes in the array length)Overrides java. |
MASK_8BIT | back to summary |
---|---|
private static final int MASK_8BIT |
project | back to summary |
---|---|
private Project project The project to from which to get input. |
DemuxInputStream | back to summary |
---|---|
public DemuxInputStream(Project project) Create a DemuxInputStream for the given project
|
read | back to summary |
---|---|
public int read() throws IOException Implements abstract java. Read a byte from the project's demultiplexed input.
|
read | back to summary |
---|---|
public int read(byte[] buffer, int offset, int length) throws IOException Overrides java. Read bytes from the project's demultiplexed input.
|