java.io.ByteArrayInputStream (class) | ||
Constructors: |
ByteArrayInputStream(byte[] buf); ByteArrayInputStream(byte[] buf, int offset, int length); | |
General Description: | The class allows you to create a virtual input stream from an array of bytes. Sometimes, you get a block of data (like from DatagramSocket); this class takes the role of streaming that information. | |
Parent Class: | InputStream | |
Methods | ||
Exceptions Thrown | ||