org.freecompany.redline.header
Class Format
java.lang.Object
org.freecompany.redline.header.Format
public class Format
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
lead
protected Lead lead
signature
protected Signature signature
header
protected Header header
Format
public Format()
getLead
public Lead getLead()
getSignature
public Signature getSignature()
getHeader
public Header getHeader()
read
public void read(java.nio.channels.ReadableByteChannel channel)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(java.nio.channels.FileChannel channel)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object