Uses of Class
org.apache.commons.imaging.common.bytesource.ByteSourceFile
-
Packages that use ByteSourceFile Package Description org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files. -
-
Uses of ByteSourceFile in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as ByteSourceFile Modifier and Type Field Description (package private) ByteSourceFile
TiffImageData.ByteSourceData. byteSourceFile
Constructors in org.apache.commons.imaging.formats.tiff with parameters of type ByteSourceFile Constructor Description ByteSourceData(long offset, int length, ByteSourceFile byteSource)
-