Package org.apache.pdfbox.jbig2.segments
Class Profiles
java.lang.Object
org.apache.pdfbox.jbig2.segments.Profiles
- All Implemented Interfaces:
SegmentData
TODO: This class is not implemented yet and empty. Wait for use cases.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(SegmentHeader header, SubInputStream sis) Parse the stream and read information of header.
-
Constructor Details
-
Profiles
public Profiles()
-
-
Method Details
-
init
Description copied from interface:SegmentData
Parse the stream and read information of header.- Specified by:
init
in interfaceSegmentData
- Parameters:
header
- - The segments' header (to make referred-to segments available in data part).sis
- - WrappedImageInputStream
intoSubInputStream
.
-