Uses of Class
org.apache.commons.imaging.bytesource.InputStreamByteSource.Block
-
Packages that use InputStreamByteSource.Block Package Description org.apache.commons.imaging.bytesource Encapsulates sources from which data may be read. -
-
Uses of InputStreamByteSource.Block in org.apache.commons.imaging.bytesource
Fields in org.apache.commons.imaging.bytesource declared as InputStreamByteSource.Block Modifier and Type Field Description private InputStreamByteSource.BlockInputStreamByteSource.BlockInputStream. blockprivate InputStreamByteSource.BlockInputStreamByteSource. headBlockprivate InputStreamByteSource.BlockInputStreamByteSource.Block. nextMethods in org.apache.commons.imaging.bytesource that return InputStreamByteSource.Block Modifier and Type Method Description private InputStreamByteSource.BlockInputStreamByteSource. getFirstBlock()(package private) InputStreamByteSource.BlockInputStreamByteSource.Block. getNext()private InputStreamByteSource.BlockInputStreamByteSource. readBlock()
-