Package com.e1c.g5.v8.fastzip
Class StaticEntry
java.lang.Object
com.e1c.g5.v8.fastzip.StaticEntry
- All Implemented Interfaces:
- IFzipEntry
Testing FastZIP entry.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidread(ReadableByteChannel channel) Read and restore the entry from a byte channel.voidwrite(WritableByteChannel channel) Write the entry to a byte channel.
- 
Constructor Details- 
StaticEntrypublic StaticEntry(byte[] bytes, int checkedSize) 
 
- 
- 
Method Details- 
readDescription copied from interface:IFzipEntryRead and restore the entry from a byte channel.- Specified by:
- readin interface- IFzipEntry
- Parameters:
- channel- the input channel, never- null
- Throws:
- IOException- if an IO error occurs
 
- 
writeDescription copied from interface:IFzipEntryWrite the entry to a byte channel.- Specified by:
- writein interface- IFzipEntry
- Parameters:
- channel- the output channel, never- null
- Throws:
- IOException- if an IO error occurs
 
 
-