Uses of Record Class
org.monte.media.tiff.FileSegment
Packages that use FileSegment
-
Uses of FileSegment in org.monte.media.tiff
Methods in org.monte.media.tiff that return types with arguments of type FileSegmentModifier and TypeMethodDescriptionTIFFDirectory.getFileSegments()Returns the segments of the TIFF file inside its parent file.Constructors in org.monte.media.tiff with parameters of type FileSegmentModifierConstructorDescriptionTIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, FileSegment fileSegment) TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, FileSegment fileSegment) Creates a TIFFDirectory identified by the specified TIFFTag and associated with the specified IFD and file segments.Constructor parameters in org.monte.media.tiff with type arguments of type FileSegmentModifierConstructorDescriptionTIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, ArrayList<FileSegment> fileSegments) TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, ArrayList<FileSegment> fileSegments) Creates a TIFFDirectory identified by the specified TIFFTag and associated with the specified IFD and file segments.