|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.util.StreamUtil
public class StreamUtil
Utilities for dealing with streams.
Method Summary | |
---|---|
static byte[] |
readAll2Array(InputStream stream)
|
static ByteBuffer |
readAll2Buffer(InputStream stream)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] readAll2Array(InputStream stream) throws IOException
IOException
public static ByteBuffer readAll2Buffer(InputStream stream) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |