All Packages Class Hierarchy This Package Previous Next Index
Class org.lzo.Util
java.lang.Object
|
+----org.lzo.Util
- public class Util
- extends Object
- implements Constants
Utility functions.
- Author:
- Markus F.X.J. Oberhumer
-
memcmp(byte[], byte[], int)
-
-
memcmp(byte[], int, byte[], int, int)
-
-
xgetc(InputStream)
-
-
xputc(OutputStream, int)
-
-
xread(InputStream, byte[], int, int)
-
-
xread(InputStream, byte[], int, int, boolean)
-
-
xread32(InputStream)
-
-
xwrite(OutputStream, byte[], int, int)
-
-
xwrite32(OutputStream, int)
-
memcmp
public static int memcmp(byte a[],
int a_off,
byte b[],
int b_off,
int len)
memcmp
public static int memcmp(byte a[],
byte b[],
int len)
xread
public static int xread(InputStream f,
byte buf[],
int off,
int len,
boolean allow_eof) throws IOException
xread
public static int xread(InputStream f,
byte buf[],
int off,
int len) throws IOException
xwrite
public static int xwrite(OutputStream f,
byte buf[],
int off,
int len) throws IOException
xread32
public static int xread32(InputStream f) throws IOException
xwrite32
public static void xwrite32(OutputStream f,
int v) throws IOException
xgetc
public static int xgetc(InputStream f) throws IOException
xputc
public static void xputc(OutputStream f,
int v) throws IOException
All Packages Class Hierarchy This Package Previous Next Index