public class ByteArraySizedInputStream
extends java.io.ByteArrayInputStream
| Constructor and Description |
|---|
ByteArraySizedInputStream(byte[] buf) |
ByteArraySizedInputStream(byte[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
ByteArraySizedInputStream |
copy() |
int |
count() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
int |
pos() |
void |
setPos(int pos) |
int |
size() |
byte[] |
toByteArray() |
public ByteArraySizedInputStream(byte[] buf)
public ByteArraySizedInputStream(byte[] buf,
int offset,
int length)
public int size()
public int count()
public int pos()
public void setPos(int pos)
public byte[] toByteArray()
public ByteArraySizedInputStream copy()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object