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() |
readavailable, close, mark, markSupported, read, reset, skippublic ASCII85InputStream(InputStream input)
input - input to usepublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int getLineNo()
Copyright © 2016. All rights reserved.