All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.lzo.Util
public static int memcmp(byte a[], int a_off, byte b[], int b_off, int len)
public static int memcmp(byte a[], byte b[], int len)
public static int xread(InputStream f, byte buf[], int off, int len, boolean allow_eof) throws IOException
public static int xread(InputStream f, byte buf[], int off, int len) throws IOException
public static int xwrite(OutputStream f, byte buf[], int off, int len) throws IOException
public static int xread32(InputStream f) throws IOException
public static void xwrite32(OutputStream f, int v) throws IOException
public static int xgetc(InputStream f) throws IOException
public static void xputc(OutputStream f, int v) throws IOException
All Packages Class Hierarchy This Package Previous Next Index