org.paneris.bibliomania.fti
Class OnePacker
java.lang.Object
org.paneris.bibliomania.fti.Packer
org.paneris.bibliomania.fti.OnePacker
public class OnePacker
- extends Packer
Method Summary |
Packer |
bigger()
|
static int |
number_(byte[] bytes,
int off)
|
int |
number(byte[] bytes,
int off)
|
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 OnePacker it
OnePacker
public OnePacker()
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
Copyright © 2000-2009 PanEris. All Rights Reserved.