Class CCITTFaxInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.adobe.internal.pdftoolkit.core.filter.DecodeInputStream
com.adobe.internal.pdftoolkit.core.filter.CCITTFaxInputStream
- All Implemented Interfaces:
CCITTFaxTables,Closeable,AutoCloseable
-
Field Summary
Fields inherited from interface com.adobe.internal.pdftoolkit.core.filter.CCITTFaxTables
B11_U, BASE_2D, BASE_BLACK, BASE_U_BLACK, BASE_U_WHITE, BASE_WHITE, byteReverse, encode, EOLP, EXT, H_2D, MAKE_UP_CODES, P_2D, runTab0, TERM_CODES, UNCB, UNCW, UND, V0_2D, VL1_2D, VL2_2D, VL3_2D, VR1_2D, VR2_2D, VR3_2D, W5_U, XDT -
Constructor Summary
ConstructorsConstructorDescriptionCCITTFaxInputStream(InputStream in, int inSize, int outSize, FilterParams params) CCITTFaxInputStream(InputStream in, FilterParams params) -
Method Summary
Methods inherited from class com.adobe.internal.pdftoolkit.core.filter.DecodeInputStream
available, 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
-
CCITTFaxInputStream
-
CCITTFaxInputStream
-
CCITTFaxInputStream
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classDecodeInputStream- Throws:
IOException
-
fill
public void fill()- Specified by:
fillin classDecodeInputStream
-