public class Format extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Header |
header |
protected Lead |
lead |
protected Signature |
signature |
| Constructor and Description |
|---|
Format() |
| Modifier and Type | Method and Description |
|---|---|
Header |
getHeader() |
Lead |
getLead() |
Signature |
getSignature() |
void |
read(ReadableByteChannel channel) |
String |
toString() |
void |
write(FileChannel channel) |
protected Lead lead
protected Signature signature
protected Header header
public Lead getLead()
public Signature getSignature()
public Header getHeader()
public void read(ReadableByteChannel channel) throws IOException
IOExceptionpublic void write(FileChannel channel) throws IOException
IOExceptionCopyright © 2021. All Rights Reserved.