org.paneris.bibliomania.fti
Class ThreePacker
java.lang.Object
org.paneris.bibliomania.fti.Packer
org.paneris.bibliomania.fti.ThreePacker
public class ThreePacker
- extends Packer
Method Summary |
Packer |
bigger()
|
static int |
number_(byte[] bytes,
int off)
|
int |
number(byte[] bytes,
int off)
|
static void |
set_(byte[] bytes,
int offset,
int number)
|
void |
set(byte[] bytes,
int offset,
int number)
|
static void |
write_(java.io.OutputStream os,
int number)
|
void |
write(java.io.OutputStream os,
int number)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
it
public static final ThreePacker it
ThreePacker
public ThreePacker()
number_
public static int number_(byte[] bytes,
int off)
number
public int number(byte[] bytes,
int off)
- Specified by:
number
in class Packer
bigger
public Packer bigger()
- Specified by:
bigger
in class Packer
write_
public static void write_(java.io.OutputStream os,
int number)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.io.OutputStream os,
int number)
throws java.io.IOException
- Specified by:
write
in class Packer
- Throws:
java.io.IOException
set_
public static void set_(byte[] bytes,
int offset,
int number)
set
public void set(byte[] bytes,
int offset,
int number)
Copyright © 2000-2009 PanEris. All Rights Reserved.