"

2013 FRC Java API

"

Uses of Class
java.io.ByteArrayInputStream

Packages that use ByteArrayInputStream
com.sun.squawk.io.mailboxes Provides classes for inter-Isolate communication. 
com.sun.squawk.util Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) 
 

Uses of ByteArrayInputStream in com.sun.squawk.io.mailboxes
 

Methods in com.sun.squawk.io.mailboxes that return ByteArrayInputStream
 ByteArrayInputStream ByteArrayInputStreamEnvelope.getData()
          Return the contents of the envelope, which is a ByteArrayInputStream.
 

Uses of ByteArrayInputStream in com.sun.squawk.util
 

Subclasses of ByteArrayInputStream in com.sun.squawk.util
 class ByteArrayInputStreamWithSetBytes
          An extention of ByteArrayInputStream that allows the byte array buffer to be modified, using the ByteArrayInputStreamWithSetBytes.setBytes(byte[], int, int) method.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"