-
public final class InputSource.DirectByteBufferSource extends InputSource
Input using ByteBuffer as a source. It must be direct.
-
-
Constructor Summary
Constructors Constructor Description InputSource.DirectByteBufferSource(ByteBuffer byteBuffer)Constructs new source.Buffer can be larger than size of the GIF data.
-
-
-
Constructor Detail
-
InputSource.DirectByteBufferSource
InputSource.DirectByteBufferSource(ByteBuffer byteBuffer)
Constructs new source.Buffer can be larger than size of the GIF data.- Parameters:
byteBuffer- source buffer, must be direct
-
-