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