public class PaddedManifestStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private int |
previousChar |
private java.io.InputStream |
realStream |
| Constructor and Description |
|---|
PaddedManifestStream(java.io.InputStream realStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
private final java.io.InputStream realStream
private int previousChar
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOException