ewe.io
Class ByteArrayRandomStream
java.lang.Object
ewe.io.RandomStream
ewe.io.ByteArrayRandomStream
- public class ByteArrayRandomStream
- extends RandomStream
| Methods inherited from class ewe.io.RandomStream |
available, cantWrite, canWrite, checkClosed, close, flush, getFastStream, length, read, read, read, readSingleByteFromMultiByteRead, seek, setLength, shutdown, skip, tell, toInputStream, toOutputStream, toRandomAccessStream, toReadableStream, toWritableStream, write, write, write, writeSingleByteToMultiByteWrite |
ByteArrayRandomStream
public ByteArrayRandomStream(int capacity)
ByteArrayRandomStream
public ByteArrayRandomStream()
ByteArrayRandomStream
public ByteArrayRandomStream(ByteArray dataToUse,
String mode)
toByteArray
public byte[] toByteArray()
toByteArray
public ByteArray toByteArray(ByteArray dest)