public class ASCII85InputStream extends DecodingInputStream implements ASCII85
Constructor and Description |
---|
ASCII85InputStream(InputStream input)
Create an ASCII85 Input Stream from given stream.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineNo() |
static void |
main(String[] args)
Print out ASCII85 of a file
|
int |
read() |
read
available, close, mark, markSupported, read, reset, skip
public ASCII85InputStream(InputStream input)
input
- input to usepublic int read() throws IOException
read
in class InputStream
IOException
public int getLineNo()
Copyright © 2016. All rights reserved.