public class FilterManifest extends ByteArrayInputStream
Modifier and Type | Class and Description |
---|---|
protected static class |
FilterManifest.Skip |
Modifier and Type | Field and Description |
---|---|
protected static Set<String> |
skip |
buf, count, mark, pos
Constructor and Description |
---|
FilterManifest(InputStream in) |
FilterManifest(InputStream in,
boolean keepOnlyMainClass) |
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
filter(BufferedReader reader,
boolean keepOnlyMainClass) |
protected static byte[] |
filter(InputStream in,
boolean keepOnlyMainClass) |
available, close, mark, markSupported, read, read, reset, skip
read
public FilterManifest(InputStream in) throws IOException
IOException
public FilterManifest(InputStream in, boolean keepOnlyMainClass) throws IOException
IOException
protected static byte[] filter(InputStream in, boolean keepOnlyMainClass) throws IOException
IOException
protected static byte[] filter(BufferedReader reader, boolean keepOnlyMainClass) throws IOException
IOException
Copyright © 2014–2022 ImageJ. All rights reserved.