j2ee.io
Class ByteArrayInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by j2ee.io.ByteArrayInputStream
All Implemented Interfaces:
java.io.Closeable

public class ByteArrayInputStream
extends java.io.ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
ByteArrayInputStream(byte[] buf)
           
ByteArrayInputStream(byte[] buf, int offset, int length)
           
 
Method Summary
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayInputStream

public ByteArrayInputStream(byte[] buf)

ByteArrayInputStream

public ByteArrayInputStream(byte[] buf,
                            int offset,
                            int length)