Home
last modified time | relevance | path

Searched defs:copyStreamToByteArray (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DStreamUtils.java83 public static byte[] copyStreamToByteArray (InputStream input) throws IOException { in copyStreamToByteArray() method in StreamUtils
89 …public static byte[] copyStreamToByteArray (InputStream input, int estimatedSize) throws IOExcepti… in copyStreamToByteArray() method in StreamUtils