private class AfterContentTransformer.MemoryInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private int |
index |
private byte[] |
oneByte |
private java.nio.ByteBuffer |
slice |
Modifier | Constructor and Description |
---|---|
private |
MemoryInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
private final byte[] oneByte
private int index
private java.nio.ByteBuffer slice
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException