|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ivata.mask.util.SerializedByteArray
This is a utility class which serializes an array of bytes.
| Constructor Summary | |
SerializedByteArray(byte[] byteArray)
Default constructor. |
|
| Method Summary | |
java.io.InputStream |
getInputStream()
Get an inputStream containing the array contents. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SerializedByteArray(byte[] byteArray)
Default constructor. Creates an instance holding the values of an array of bytes.
byteArray - byte array to hold the values of| Method Detail |
public final java.io.InputStream getInputStream()
Get an inputStream containing the array contents.
InputStream containing the array contents.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||