|
|||||||||
| Home >> All >> com >> traxel >> [ io overview ] | PREV NEXT | ||||||||
A
- addCopyrightedDataBytes(byte[]) - Method in class com.traxel.io.CopyrightedInputStream
- This doesn't even vaguely respect the input byte[].
- available() - Method in class com.traxel.io.CopyrightedInputStream
- Returns super.available() / 2, which is the minimum number of available bytes (the number of bytes that are available if every byte is a key byte)
C
- CopyrightedInputStream - class com.traxel.io.CopyrightedInputStream.
- CopyrightedInputStream(InputStream) - Constructor for class com.traxel.io.CopyrightedInputStream
- Wraps the argument in a CopyrightedInputStream.
- CopyrightedInputStream(InputStream, boolean) - Constructor for class com.traxel.io.CopyrightedInputStream
- This constructor allows you to enable buffering of the copyrighted data.
- CopyrightedInputStream(InputStream, boolean, int) - Constructor for class com.traxel.io.CopyrightedInputStream
- Works just like the 2 arg constructor, but allows you to specify a larger buffer.
- CopyrightedOutputStream - class com.traxel.io.CopyrightedOutputStream.
- CopyrightedOutputStream(OutputStream) - Constructor for class com.traxel.io.CopyrightedOutputStream
- This constructor uses the default copyrighted text.
- com.traxel.io - package com.traxel.io
D
- DEFAULT_BUFFER_SIZE - Static variable in class com.traxel.io.CopyrightedInputStream
F
- flushCopyrightedDataBuffer() - Method in class com.traxel.io.CopyrightedInputStream
G
- getCopyrightedDataBuffer() - Method in class com.traxel.io.CopyrightedInputStream
- Returns a byte array the size of the available bytes in the copyrighted cache.
M
- markSupported() - Method in class com.traxel.io.CopyrightedInputStream
- Mark is not supported.
R
- read() - Method in class com.traxel.io.CopyrightedInputStream
- Reads the next available byte from the input stream.
- read(byte[]) - Method in class com.traxel.io.CopyrightedInputStream
- Calls read( buffer, 0, buffer.length );
- read(byte[], int, int) - Method in class com.traxel.io.CopyrightedInputStream
- Recursively calls read()
W
- write(int) - Method in class com.traxel.io.CopyrightedOutputStream
_
- _bufferCopyrightedData - Variable in class com.traxel.io.CopyrightedInputStream
- _copyrightedDataBuffer - Variable in class com.traxel.io.CopyrightedInputStream
- _copyrightedDataBytesAvailable - Variable in class com.traxel.io.CopyrightedInputStream
- _file - Variable in class com.traxel.io.CopyrightedOutputStream
- _mixer - Variable in class com.traxel.io.CopyrightedInputStream
- _mixer - Variable in class com.traxel.io.CopyrightedOutputStream
- _readerIndex - Variable in class com.traxel.io.CopyrightedOutputStream
A C D F G M R W _
|
|||||||||
| Home >> All >> com >> traxel >> [ io overview ] | PREV NEXT | ||||||||