A B C D F G H I L M N R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ALLOCATED_SPACE - com.webcodepro.shrinkit.ThreadKind
- APPLE_IIGS_ICON - com.webcodepro.shrinkit.ThreadKind
- ASCII_TEXT - com.webcodepro.shrinkit.ThreadKind
B
- BIT_MASKS - Static variable in interface com.webcodepro.shrinkit.io.BitConstants
-
The low-tech way to compute a bit mask.
- BitConstants - Interface in com.webcodepro.shrinkit.io
-
This interface allows bit-related constants to be shared among classes.
- BitInputStream - Class in com.webcodepro.shrinkit.io
-
The BitInputStream allows varying bit sizes to be pulled out of the wrapped InputStream.
- BitInputStream(InputStream, int) - Constructor for class com.webcodepro.shrinkit.io.BitInputStream
-
Create a BitInputStream wrapping the given
InputStream
and reading the number of bits specified. - BitOutputStream - Class in com.webcodepro.shrinkit.io
-
The BitOutputStream allows varying bit sizes to be written to the wrapped OutputStream.
- BitOutputStream(OutputStream, int) - Constructor for class com.webcodepro.shrinkit.io.BitOutputStream
-
Create a BitOutpuStream wrapping the given
OutputStream
and writing the number of bits specified. - BXY_ARCHIVE - Static variable in class com.webcodepro.shrinkit.NuFileArchive
- BXY_ID - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Binary II identifier "magic" bytes.
- ByteConstants - Interface in com.webcodepro.shrinkit.io
-
Provides constants for the LittleEndianByteInputStream and ByteTarget classes.
C
- clearData() - Method in class com.webcodepro.shrinkit.io.LzwInputStream
-
Provide necessary housekeeping to reset LZW stream between NuFX buffer changes.
- clearDictionary() - Method in class com.webcodepro.shrinkit.io.LzwInputStream
-
Clear out the dictionary.
- clearRemainingBitsOfData() - Method in class com.webcodepro.shrinkit.io.BitInputStream
-
When shifting from buffer to buffer, the input stream also should be reset.
- clearRemainingBitsOfData() - Method in class com.webcodepro.shrinkit.io.BitOutputStream
-
When shifting from buffer to buffer, this OutputStream also should be reset.
- close() - Method in class com.webcodepro.shrinkit.io.BitOutputStream
-
Close the output stream and write any remaining byte to the output.
- close() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Pass the close request to the wrapped stream.
- close() - Method in class com.webcodepro.shrinkit.io.LzwOutputStream
- close() - Method in class com.webcodepro.shrinkit.io.RleOutputStream
-
Close out the data stream.
- com.webcodepro.shrinkit - package com.webcodepro.shrinkit
- com.webcodepro.shrinkit.io - package com.webcodepro.shrinkit.io
- CONTROL - com.webcodepro.shrinkit.ThreadClass
- CRC16 - Class in com.webcodepro.shrinkit
-
Crc16: Calculate 16-bit Cyclic Redundancy Check.
- CRC16() - Constructor for class com.webcodepro.shrinkit.CRC16
- CREATE_DIRECTORY - com.webcodepro.shrinkit.ThreadKind
D
- DATA - com.webcodepro.shrinkit.ThreadClass
- DATA_FORK - com.webcodepro.shrinkit.ThreadKind
- DISK_IMAGE - com.webcodepro.shrinkit.ThreadKind
- DYNAMIC_LZW1 - com.webcodepro.shrinkit.ThreadFormat
- DYNAMIC_LZW2 - com.webcodepro.shrinkit.ThreadFormat
F
- FILE_SYS - Static variable in interface com.webcodepro.shrinkit.HeaderConstants
- FILENAME - com.webcodepro.shrinkit.ThreadClass
- FILENAME - com.webcodepro.shrinkit.ThreadKind
- fillBuffer() - Method in class com.webcodepro.shrinkit.io.LzwInputStream
-
Fill the buffer up with some decompressed data.
- find(int) - Static method in enum com.webcodepro.shrinkit.ThreadClass
-
Find the given ThreadClass.
- find(int) - Static method in enum com.webcodepro.shrinkit.ThreadFormat
-
Find the ThreadFormat.
- find(int, ThreadClass) - Static method in enum com.webcodepro.shrinkit.ThreadKind
-
Find the specific ThreadKind.
- findThreadRecord(ThreadKind) - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Locate a ThreadRecord by it's ThreadKind.
- flush() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Pass the flush request to the wrapped stream.
- flush() - Method in class com.webcodepro.shrinkit.io.LzwOutputStream
- flush() - Method in class com.webcodepro.shrinkit.io.RleOutputStream
-
Flush out any remaining data.
G
- getAccess() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getArchiveCreateWhen() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- getArchiveModWhen() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- getArchiveSize() - Method in class com.webcodepro.shrinkit.NuFileArchive
- getArchiveWhen() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getAttribBytes() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getAttribCount() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getBitMask() - Method in class com.webcodepro.shrinkit.io.BitInputStream
-
Answer with the current bit mask for the current bit size.
- getBitMask() - Method in class com.webcodepro.shrinkit.io.BitOutputStream
-
Answer with the current bit mask for the current bit size.
- getBytes() - Method in class com.webcodepro.shrinkit.ThreadRecord
-
Get raw data bytes (compressed).
- getBytes() - Method in class com.webcodepro.shrinkit.TimeRec
- getCompressedSize() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getCompThreadEof() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getCrcValue() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Get the current CRC-16 value.
- getCrcValue() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Get the current CRC-16 value.
- getCreateWhen() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getDataCrc() - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- getDataCrc() - Method in class com.webcodepro.shrinkit.io.NufxLzw2InputStream
- getDataForkThreadRecord() - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Get the data fork.
- getDate() - Method in class com.webcodepro.shrinkit.TimeRec
-
Convert the TimeRec into a Java Date object.
- getExtraType() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getFilename() - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Locate the filename and return it.
- getFileSysId() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getFileSysInfo() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getFileSystemSeparator() - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Helper method to determine the file system separator.
- getFileType() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getFinalFilename() - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Final element in the path, in those cases where a filename actually holds a path name
- getGivenCrc() - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- getHeaderBlocks() - Method in class com.webcodepro.shrinkit.NuFileArchive
- getHeaderCrc() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getHeaderSize() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getInputStream() - Method in class com.webcodepro.shrinkit.ThreadRecord
-
Get the appropriate input data stream for this thread to decompress the contents.
- getMasterCrc() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- getMasterEof() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- getMasterHeaderBlock() - Method in class com.webcodepro.shrinkit.NuFileArchive
- getMasterVersion() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- getModWhen() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getName() - Method in enum com.webcodepro.shrinkit.ThreadFormat
- getOptionListBytes() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getOptionSize() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getRawFilename() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getRawInputStream() - Method in class com.webcodepro.shrinkit.ThreadRecord
-
Get the raw data input stream.
- getResourceForkThreadRecord() - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Get the resource fork.
- getRleCharacter() - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- getRleCharacter() - Method in class com.webcodepro.shrinkit.io.NufxLzw2InputStream
- getStorageType() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getTable() - Static method in class com.webcodepro.shrinkit.CRC16
- getText() - Method in class com.webcodepro.shrinkit.ThreadRecord
-
Return the text data.
- getThreadClass() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getThreadCrc() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getThreadData() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getThreadEof() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getThreadFormat() - Method in enum com.webcodepro.shrinkit.ThreadFormat
- getThreadFormat() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getThreadKind() - Method in class com.webcodepro.shrinkit.ThreadRecord
- getThreadRecords() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getTotalBytesRead() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Answer with the total number of bytes read.
- getTotalBytesWritten() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Answer with the total number of bytes written.
- getTotalRecords() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- getTotalThreads() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getUncompressedSize() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getValue() - Method in class com.webcodepro.shrinkit.CRC16
- getVersionNumber() - Method in class com.webcodepro.shrinkit.HeaderBlock
- getVolumeNumber() - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- getVolumeNumber() - Method in class com.webcodepro.shrinkit.io.NufxLzw2InputStream
H
- HeaderBlock - Class in com.webcodepro.shrinkit
-
The Header Block contains information and content about a single entry (be it a file or disk image).
- HeaderBlock(LittleEndianByteInputStream) - Constructor for class com.webcodepro.shrinkit.HeaderBlock
-
Create the Header Block.
- HeaderConstants - Interface in com.webcodepro.shrinkit
-
Handy reference for constant values based on header blocks.
- HUFFMAN_SQUEEZE - com.webcodepro.shrinkit.ThreadFormat
I
- increaseRequestedNumberOfBits() - Method in class com.webcodepro.shrinkit.io.BitInputStream
-
Increase the requested number of bits by one.
- increaseRequestedNumberOfBits() - Method in class com.webcodepro.shrinkit.io.BitOutputStream
-
Increase the requested number of bits by one.
- isCrcValid() - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
-
Indicates if the computed CRC matches the CRC given in the data stream.
- isText() - Method in class com.webcodepro.shrinkit.ThreadRecord
-
Determine if this is a text-type field.
- isValidCrc() - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
L
- LittleEndianByteInputStream - Class in com.webcodepro.shrinkit.io
-
A simple class to hide the source of byte data.
- LittleEndianByteInputStream(byte[]) - Constructor for class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Construct a LittleEndianByteInputStream from a byte array.
- LittleEndianByteInputStream(InputStream) - Constructor for class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Construct a LittleEndianByteInputStream from an InputStream.
- LittleEndianByteOutputStream - Class in com.webcodepro.shrinkit.io
-
An OutputStream with helper methods to write little endian numbers and other Apple-specific tidbits.
- LittleEndianByteOutputStream(OutputStream) - Constructor for class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Construct a LittleEndianByteOutputStream from an OutputStream.
- LzwInputStream - Class in com.webcodepro.shrinkit.io
-
This is the generic Shrinkit LZW decompression algorithm.
- LzwInputStream(BitInputStream) - Constructor for class com.webcodepro.shrinkit.io.LzwInputStream
-
Create the
LzwInputStream
based on the givenBitInputStream
. - LzwOutputStream - Class in com.webcodepro.shrinkit.io
-
This is the generic Shrinkit LZW compression algorithm.
- LzwOutputStream(BitOutputStream) - Constructor for class com.webcodepro.shrinkit.io.LzwOutputStream
M
- main(String[]) - Static method in class com.webcodepro.shrinkit.NufxScan
- MasterHeaderBlock - Class in com.webcodepro.shrinkit
-
The Master Header Block contains information about the entire ShrinkIt archive.
- MasterHeaderBlock(LittleEndianByteInputStream) - Constructor for class com.webcodepro.shrinkit.MasterHeaderBlock
-
Create the Master Header Block, based on the LittleEndianByteInputStream.
- MESSAGE - com.webcodepro.shrinkit.ThreadClass
N
- NUFILE_ARCHIVE - Static variable in class com.webcodepro.shrinkit.NuFileArchive
-
Need to enumerate some basic sub-types of archives.
- NUFILE_ID - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Master Header Block identifier "magic" bytes.
- NuFileArchive - Class in com.webcodepro.shrinkit
-
Basic reading of a NuFX archive.
- NuFileArchive(InputStream) - Constructor for class com.webcodepro.shrinkit.NuFileArchive
-
Read in the NuFile/NuFX/Shrinkit archive.
- NUFX_ARCHIVE - Static variable in class com.webcodepro.shrinkit.NuFileArchive
- NUFX_ID - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Header Block identifier "magic" bytes.
- NufxLzw1InputStream - Class in com.webcodepro.shrinkit.io
-
The
NufxLzw1InputStream
reads a data fork or resource fork written in the NuFX LZW/1 format. - NufxLzw1InputStream(LittleEndianByteInputStream) - Constructor for class com.webcodepro.shrinkit.io.NufxLzw1InputStream
-
Create the LZW/1 input stream.
- NufxLzw2InputStream - Class in com.webcodepro.shrinkit.io
-
The
NufxLzw2InputStream
reads a data fork or resource fork written in the NuFX LZW/2 format. - NufxLzw2InputStream(LittleEndianByteInputStream) - Constructor for class com.webcodepro.shrinkit.io.NufxLzw2InputStream
-
Create the LZW/2 input stream.
- NufxScan - Class in com.webcodepro.shrinkit
-
Scan through the directories in NufxScan.txt, looking for *.SHK and *.SDK files.
- NufxScan() - Constructor for class com.webcodepro.shrinkit.NufxScan
R
- read() - Method in class com.webcodepro.shrinkit.io.BitInputStream
-
Read a number of bits off of the wrapped InputStream.
- read() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Get the next byte.
- read() - Method in class com.webcodepro.shrinkit.io.LzwInputStream
-
Answer with the next byte from the (now) decompressed input stream.
- read() - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
-
Read the next byte in the decompressed data stream.
- read() - Method in class com.webcodepro.shrinkit.io.NufxLzw2InputStream
-
Read the next byte in the decompressed data stream.
- read() - Method in class com.webcodepro.shrinkit.io.RleInputStream
-
Read the next byte from the input stream.
- readByte() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Get the next byte and fail if we are at EOF.
- readBytes(int) - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Get the next set of bytes as an array.
- readDate() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Read the TimeRec into a Java Date object.
- readLong() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Read the two bytes in as a "Long" which needs to be stored as a Java long.
- readThreadData(LittleEndianByteInputStream) - Method in class com.webcodepro.shrinkit.ThreadRecord
-
Read the raw thread data.
- readThreads(LittleEndianByteInputStream) - Method in class com.webcodepro.shrinkit.HeaderBlock
-
Read in all data threads.
- readWord() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Read the two bytes in as a "Word" which needs to be stored as a Java int.
- reset() - Method in class com.webcodepro.shrinkit.CRC16
- resetCrc() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Reset the CRC-16 to $0000.
- resetCrc() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Reset the CRC-16 to $0000.
- RESOURCE_FORK - com.webcodepro.shrinkit.ThreadKind
- RleInputStream - Class in com.webcodepro.shrinkit.io
-
The RleInputStream handles the NuFX RLE data stream.
- RleInputStream(InputStream) - Constructor for class com.webcodepro.shrinkit.io.RleInputStream
-
Create an RLE input stream with the default marker byte.
- RleInputStream(InputStream, int) - Constructor for class com.webcodepro.shrinkit.io.RleInputStream
-
Create an RLE input stream with the specified marker byte.
- RleOutputStream - Class in com.webcodepro.shrinkit.io
-
The RleOutputStream handles the NuFX RLE data stream.
- RleOutputStream(OutputStream) - Constructor for class com.webcodepro.shrinkit.io.RleOutputStream
-
Create an RLE output stream with the default marker byte.
- RleOutputStream(OutputStream, int) - Constructor for class com.webcodepro.shrinkit.io.RleOutputStream
-
Create an RLE output stream with the specified marker byte.
S
- seekFileType() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Test the beginning of the data stream for a magic signature, for up to a total of 2k bytes of leading garbage
- seekFileType(int) - Method in class com.webcodepro.shrinkit.io.LittleEndianByteInputStream
-
Test the beginning of the data stream for a magic signature, specifying the maximum size of a signature to test for
- setAccess(long) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setArchiveCreateWhen(Date) - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- setArchiveModWhen(Date) - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- setArchiveWhen(Date) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setAttribBytes(byte[]) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setAttribCount(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setCompThreadEof(long) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setCreateWhen(Date) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setDate(Date) - Method in class com.webcodepro.shrinkit.TimeRec
-
Set the date.
- setExtraType(long) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setFilename(String) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setFileSysId(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setFileSysInfo(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setFileType(long) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setGivenCrc(int) - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- setHeaderCrc(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setMasterCrc(int) - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- setMasterEof(long) - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- setMasterVersion(int) - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- setModWhen(Date) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setOptionListBytes(byte[]) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setOptionSize(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setRequestedNumberOfBits(int) - Method in class com.webcodepro.shrinkit.io.BitInputStream
-
Set the number of bits to be read with each call to
read()
. - setRequestedNumberOfBits(int) - Method in class com.webcodepro.shrinkit.io.BitOutputStream
-
Set the number of bits to be write with each call to
write(int)
. - setRleCharacter(int) - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- setRleCharacter(int) - Method in class com.webcodepro.shrinkit.io.NufxLzw2InputStream
- setStorageType(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setThreadClass(ThreadClass) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setThreadCrc(int) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setThreadData(byte[]) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setThreadEof(long) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setThreadFormat(ThreadFormat) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setThreadKind(ThreadKind) - Method in class com.webcodepro.shrinkit.ThreadRecord
- setThreadRecords(List<ThreadRecord>) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setTotalRecords(long) - Method in class com.webcodepro.shrinkit.MasterHeaderBlock
- setTotalThreads(long) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setVersionNumber(int) - Method in class com.webcodepro.shrinkit.HeaderBlock
- setVolumeNumber(int) - Method in class com.webcodepro.shrinkit.io.NufxLzw1InputStream
- setVolumeNumber(int) - Method in class com.webcodepro.shrinkit.io.NufxLzw2InputStream
T
- ThreadClass - Enum in com.webcodepro.shrinkit
-
Define and decode the thread_class field.
- ThreadFormat - Enum in com.webcodepro.shrinkit
-
Define and decode the thread_format field.
- ThreadKind - Enum in com.webcodepro.shrinkit
-
Define and decode the thread_kind field.
- ThreadRecord - Class in com.webcodepro.shrinkit
-
This represents a single thread from the Shrinkit archive.
- ThreadRecord(HeaderBlock, LittleEndianByteInputStream) - Constructor for class com.webcodepro.shrinkit.ThreadRecord
-
Construct the ThreadRecord and read the header details.
- ThreadRecord(LittleEndianByteInputStream) - Constructor for class com.webcodepro.shrinkit.ThreadRecord
-
Construct the ThreadRecord and read the header details with no hints from the Header Block.
- TimeRec - Class in com.webcodepro.shrinkit
-
Apple IIgs Toolbox TimeRec object.
- TimeRec() - Constructor for class com.webcodepro.shrinkit.TimeRec
-
Construct a TimeRec with the current date.
- TimeRec(byte[], int) - Constructor for class com.webcodepro.shrinkit.TimeRec
-
Construct a TimeRec from the given LENGTH byte array.
- TimeRec(InputStream) - Constructor for class com.webcodepro.shrinkit.TimeRec
-
Construct a TimeRec from the InputStream.
- TimeRec(Date) - Constructor for class com.webcodepro.shrinkit.TimeRec
-
Construct a TimeRec with the specified date.
- TIMEREC_DAY - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec year byte position.
- TIMEREC_HOUR - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec minutes byte position.
- TIMEREC_LENGTH - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec length.
- TIMEREC_MINUTE - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec seconds byte position.
- TIMEREC_MONTH - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec day byte position.
- TIMEREC_NULL - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
A null TimeRec
- TIMEREC_SECOND - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec seconds byte position.
- TIMEREC_WEEKDAY - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec weekday (Mon, Tue, etc) byte position.
- TIMEREC_YEAR - Static variable in interface com.webcodepro.shrinkit.io.ByteConstants
-
Apple IIgs Toolbox TimeRec hours byte position.
U
- UNCOMPRESSED - com.webcodepro.shrinkit.ThreadFormat
- UNIX_12BIT_COMPRESS - com.webcodepro.shrinkit.ThreadFormat
- UNIX_16BIT_COMPRESS - com.webcodepro.shrinkit.ThreadFormat
- update(byte[]) - Method in class com.webcodepro.shrinkit.CRC16
-
Update 16-bit CRC.
- update(byte[], int, int) - Method in class com.webcodepro.shrinkit.CRC16
-
Update 16-bit CRC.
- update(int) - Method in class com.webcodepro.shrinkit.CRC16
-
Update 16-bit CRC.
V
- valueOf(String) - Static method in enum com.webcodepro.shrinkit.ThreadClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.webcodepro.shrinkit.ThreadFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.webcodepro.shrinkit.ThreadKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.webcodepro.shrinkit.ThreadClass
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.webcodepro.shrinkit.ThreadFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.webcodepro.shrinkit.ThreadKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Static variable in class com.webcodepro.shrinkit.NuFileArchive
W
- write(int) - Method in class com.webcodepro.shrinkit.io.BitOutputStream
-
Write the number of bits to the wrapped OutputStream.
- write(int) - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Write a next byte.
- write(int) - Method in class com.webcodepro.shrinkit.io.LzwOutputStream
- write(int) - Method in class com.webcodepro.shrinkit.io.RleOutputStream
-
Write the next byte to the output stream.
- writeDate(Date) - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Write the Java Date object as a TimeRec.
- writeLong(long) - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Write a "Long".
- writeNuFileId() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Write the NuFile id to the LittleEndianByteOutputStream.
- writeNuFxId() - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Write the NuFX id to the LittleEndianByteOutputStream.
- writeWord(int) - Method in class com.webcodepro.shrinkit.io.LittleEndianByteOutputStream
-
Write a "Word".
All Classes All Packages