60616263646566
@Override protected SignedByteDataBuffer createDataBuffer( final ByteArray data ) { final byte[] sourceArray = data.getCurrentStorageArray(); return new SignedByteDataBuffer( sourceArray, sourceArray.length ); }