|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArrayOutputStream | |
---|---|
com.sun.squawk.io.j2me.pipe | |
com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) |
Uses of ByteArrayOutputStream in com.sun.squawk.io.j2me.pipe |
---|
Fields in com.sun.squawk.io.j2me.pipe declared as ByteArrayOutputStream | |
---|---|
protected ByteArrayOutputStream |
PipeServerSocketListener.queuedOutput
|
Uses of ByteArrayOutputStream in com.sun.squawk.util |
---|
Subclasses of ByteArrayOutputStream in com.sun.squawk.util | |
---|---|
class |
ByteArrayOutputStreamWithGetBytes
An extention of ByteArrayOutputStream that allows the byte array buffer to be read directly, using the
ByteArrayOutputStreamWithGetBytes.getBytes() method. |
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |