Package org.eclipse.jetty.proxy
Class AfterContentTransformer.MemoryInputStream
java.lang.Object
java.io.InputStream
org.eclipse.jetty.proxy.AfterContentTransformer.MemoryInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
AfterContentTransformer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, skip
-
Field Details
-
oneByte
private final byte[] oneByte -
index
private int index -
slice
-
-
Constructor Details
-
MemoryInputStream
private MemoryInputStream()
-
-
Method Details
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
reset
- Overrides:
reset
in classInputStream
- Throws:
IOException
-