com.ivata.mask.util
Class SerializedByteArray

java.lang.Object
  extended bycom.ivata.mask.util.SerializedByteArray
All Implemented Interfaces:
java.io.Serializable

public class SerializedByteArray
extends java.lang.Object
implements java.io.Serializable

This is a utility class which serializes an array of bytes.

Since:
ivata masks 0.4 (2001-04-20)
Version:
$Revision: 1.3 $
Author:
Peter Illes
See Also:
Serialized Form

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

SerializedByteArray

public SerializedByteArray(byte[] byteArray)

Default constructor. Creates an instance holding the values of an array of bytes.

Parameters:
byteArray - byte array to hold the values of
Method Detail

getInputStream

public final java.io.InputStream getInputStream()

Get an inputStream containing the array contents.

Returns:
InputStream containing the array contents.


Copyright © 2001-2005 ivata limited. All Rights Reserved.