final class ResettableByteArrayInputStream
extends java.io.ByteArrayInputStream
| Constructor and Description |
|---|
ResettableByteArrayInputStream(byte[] bytes)
Creates a new ResettableByteArrayInputStream
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
reset(byte[] bytes)
Replaces the internal byte array
|