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

Method Index

 o memcmp(byte[], byte[], int)
 o memcmp(byte[], int, byte[], int, int)
 o xgetc(InputStream)
 o xputc(OutputStream, int)
 o xread(InputStream, byte[], int, int)
 o xread(InputStream, byte[], int, int, boolean)
 o xread32(InputStream)
 o xwrite(OutputStream, byte[], int, int)
 o xwrite32(OutputStream, int)

Methods

 o memcmp
 public static int memcmp(byte a[],
                          int a_off,
                          byte b[],
                          int b_off,
                          int len)
 o memcmp
 public static int memcmp(byte a[],
                          byte b[],
                          int len)
 o xread
 public static int xread(InputStream f,
                         byte buf[],
                         int off,
                         int len,
                         boolean allow_eof) throws IOException
 o xread
 public static int xread(InputStream f,
                         byte buf[],
                         int off,
                         int len) throws IOException
 o xwrite
 public static int xwrite(OutputStream f,
                          byte buf[],
                          int off,
                          int len) throws IOException
 o xread32
 public static int xread32(InputStream f) throws IOException
 o xwrite32
 public static void xwrite32(OutputStream f,
                             int v) throws IOException
 o xgetc
 public static int xgetc(InputStream f) throws IOException
 o xputc
 public static void xputc(OutputStream f,
                          int v) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index