ByteArraRange instead of reading them to new byte array: Font4Tag data

This commit is contained in:
honfika@gmail.com
2015-07-27 12:12:37 +02:00
parent c5d960f10b
commit 8774489049
2 changed files with 4 additions and 3 deletions

View File

@@ -736,6 +736,7 @@ public class SWFInputStream implements AutoCloseable {
return BYTE_ARRAY_EMPTY;
}
System.out.println("READ BYTE ARRAY: " + count + " " + name);
newDumpLevel(name, "bytes");
byte[] ret = readBytesInternalEx(count);
endDumpLevel();