Searched defs:ByteArraySource (Results 1 – 1 of 1) sorted by relevance
216 private static class ByteArraySource extends Source { class in ImageDecoder217 ByteArraySource(@NonNull byte[] data, int offset, int length) { in ByteArraySource() method in ImageDecoder.ByteArraySource