static class BaseByteToByteConverter.ByteAnyToSameConverter extends BaseByteToByteConverter
BaseByteToByteConverter.ByteAnyToSameConverter, BaseByteToByteConverter.FourByteReorderer
getter, nDstElems, nSrcElems, setter
Constructor and Description |
---|
ByteAnyToSameConverter(BytePixelAccessor fmt) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
byte[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h) |
(package private) void |
doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.ByteBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h) |
convert, convert, convert, convert, create, createReorderer, getGetter, getSetter
ByteAnyToSameConverter(BytePixelAccessor fmt)
void doConvert(byte[] srcarr, int srcoff, int srcscanbytes, byte[] dstarr, int dstoff, int dstscanbytes, int w, int h)
doConvert
in class BaseByteToByteConverter
void doConvert(java.nio.ByteBuffer srcbuf, int srcoff, int srcscanbytes, java.nio.ByteBuffer dstbuf, int dstoff, int dstscanbytes, int w, int h)
doConvert
in class BaseByteToByteConverter