-
public class ISUtil
-
-
Method Summary
Modifier and Type Method Description static synchronized intreadBeIntMaybeEOF(InputStream is)static synchronized intreadBeInt(InputStream is)static synchronized doublereadBeDoubleMaybeEOF(InputStream is)static synchronized doublereadBeDouble(InputStream is)static synchronized intreadLeIntMaybeEOF(InputStream is)static synchronized intreadLeInt(InputStream is)static synchronized doublereadLeDoubleMaybeEOF(InputStream is)static synchronized doublereadLeDouble(InputStream is)-
-
Method Detail
-
readBeIntMaybeEOF
static synchronized int readBeIntMaybeEOF(InputStream is)
-
readBeInt
static synchronized int readBeInt(InputStream is)
-
readBeDoubleMaybeEOF
static synchronized double readBeDoubleMaybeEOF(InputStream is)
-
readBeDouble
static synchronized double readBeDouble(InputStream is)
-
readLeIntMaybeEOF
static synchronized int readLeIntMaybeEOF(InputStream is)
-
readLeInt
static synchronized int readLeInt(InputStream is)
-
readLeDoubleMaybeEOF
static synchronized double readLeDoubleMaybeEOF(InputStream is)
-
readLeDouble
static synchronized double readLeDouble(InputStream is)
-
-
-
-