Class IIOByteBuffer
- java.lang.Object
-
- com.tom_roush.harmony.javax.imageio.stream.IIOByteBuffer
-
public class IIOByteBuffer extends Object
-
-
Constructor Summary
Constructors Constructor Description IIOByteBuffer(byte[] data, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()intgetLength()intgetOffset()voidsetData(byte[] data)voidsetLength(int length)voidsetOffset(int offset)
-