Class RunLengthInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.adobe.internal.pdftoolkit.core.filter.DecodeInputStream
com.adobe.internal.pdftoolkit.core.filter.RunLengthInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
RunLengthInputStream
Important: This filter assumes the input stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996 Adobe Systems Incorporated
-
Constructor Summary
ConstructorsConstructorDescriptionRunLengthInputStream(InputStream in, int inSize, int outSize, FilterParams diparams) Creates an input stream filter. -
Method Summary
Methods inherited from class com.adobe.internal.pdftoolkit.core.filter.DecodeInputStream
available, close, getInPos, mark, markSupported, read, read, releaseUnconsumedInput, reset, skipMethods inherited from class java.io.FilterInputStream
readMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
RunLengthInputStream
Creates an input stream filter.- Parameters:
in- the input stream
-
RunLengthInputStream
-
RunLengthInputStream
-
-
Method Details
-
fill
public void fill()- Specified by:
fillin classDecodeInputStream
-