public class LZMAInputStream extends InputStream
Constructor and Description |
---|
LZMAInputStream(InputStream inputStream)
At the point this function is called, we should have read the 12 byte SWF
Header already.
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public LZMAInputStream(InputStream inputStream) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.