aboutBox | A modified "about" Box |
TES4ModTranslator::AccesXmlFile | |
ICSharpCode::SharpZipLib::Checksums::Adler32 | Computes Adler32 checksum for a stream of data. An Adler32 checksum is not as reliable as a CRC32 checksum, but a lot faster to compute |
TESPluginParser::BaseRecord | |
TESPluginParser::CompressedRecord | |
ICSharpCode::SharpZipLib::Checksums::Crc32 | Generate a table for a byte-wise 32-bit CRC calculation on the polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1 |
ICSharpCode::SharpZipLib::Zip::Compression::Deflater | This is the Deflater class. The deflater class compresses input with the deflate algorithm described in RFC 1951. It has several compression levels and three different strategies described below |
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterConstants | This class contains constants used for deflation |
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterEngine | Low level compression engine for deflate algorithm which uses a 32K sliding window with secondary compression from Huffman/Shannon-Fano codes |
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterHuffman | This is the DeflaterHuffman class |
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterHuffman::Tree | Not documented |
ICSharpCode::SharpZipLib::Zip::Compression::Streams::DeflaterOutputStream | A special stream deflating or compressing the bytes that are written to it. It uses a Deflater to perform actual deflating. Authors of the original java version : Tom Tromey, Jochen Hoenicke |
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterPending | This class stores the pending output of the Deflater |
TES4ModTranslator::Dialogs | |
TES4ModTranslator::Dialogs | |
ICSharpCode::SharpZipLib::Core::DirectoryEventArgs | Event arguments for directories |
ICSharpCode::SharpZipLib::Zip::FastZip | FastZip provides facilities for creating and extracting zip files. Only relative paths are supported |
ICSharpCode::SharpZipLib::Zip::FastZipEvents | FastZipEvents supports all events applicable to FastZipFastZip operations |
ICSharpCode::SharpZipLib::Core::FileSystemScanner | FileSystemScanner provides facilities scanning of files and directories |
TES4ModTranslator::Form1 | UI and basic functions |
TES4ModTranslator::Form1 | |
TESPluginParser::GroupRecord | |
ICSharpCode::SharpZipLib::Checksums::IChecksum | Interface to compute a data checksum used by checked input/output streams. A data checksum can be updated by one byte or with a byte array. After each update the value of the current checksum can be returned by calling getValue</code>. The complete checksum object can also be reset
so it can be used again with new data
|
ICSharpCode::SharpZipLib::Core::INameTransform | INameTransform defines how file system names are transformed for use with archives |
ICSharpCode::SharpZipLib::Zip::Compression::Inflater | Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1951 |
ICSharpCode::SharpZipLib::Zip::Compression::InflaterDynHeader | |
ICSharpCode::SharpZipLib::Zip::Compression::InflaterHuffmanTree | Huffman tree used for inflation |
ICSharpCode::SharpZipLib::Zip::Compression::Streams::InflaterInputBuffer | An input buffer customised for use by InflaterInputStream |
ICSharpCode::SharpZipLib::Zip::Compression::Streams::InflaterInputStream | This filter stream is used to decompress data compressed using the "deflate" format. The "deflate" format is described in RFC 1951 |
ICSharpCode::SharpZipLib::Core::IScanFilter | Scanning filters support these operations |
ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs | Arguments used with KeysRequiredEvent |
TES4ModTranslator::MainForm | |
TES4ModTranslator::MainForm | |
ICSharpCode::SharpZipLib::Core::NameAndSizeFilter | NameAnsSizeFilter filters based on name and file size |
ICSharpCode::SharpZipLib::Core::NameFilter | NameFilter is a string matching class which allows for both positive and negative matching. A filter is a sequence of independant Regex regular expressions separated by semi-colons ';' Each expression can be prefixed by a plus '+' sign or a minus '-' sign to denote the expression is intended to include or exclude names. If neither a plus or minus sign is found include is the default A given name is tested for inclusion before checking exclusions. Only names matching an include spec and not matching an exclude spec are deemed to match the filter. An empty filter matches any name |
ICSharpCode::SharpZipLib::Zip::Compression::Streams::OutputWindow | Contains the output from the Inflation process. We need to have a window so that we can refer backwards into the output stream to repeat stuff. Author of the original java version : John Leuner |
ICSharpCode::SharpZipLib::Core::PathFilter | PathFilter filters directories and files by full path name |
ICSharpCode::SharpZipLib::Zip::Compression::PendingBuffer | This class is general purpose class for writing data to a buffer |
ICSharpCode::SharpZipLib::Encryption::PkzipClassic | PkzipClassic embodies the classic or original encryption facilities used in Pkzip archives. While it has been superceded by more recent and more powerful algorithms, its still in use and is viable for preventing casual snooping |
ICSharpCode::SharpZipLib::Encryption::PkzipClassicCryptoBase | PkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm |
ICSharpCode::SharpZipLib::Encryption::PkzipClassicDecryptCryptoTransform | PkzipClassic CryptoTransform for decryption |
ICSharpCode::SharpZipLib::Encryption::PkzipClassicEncryptCryptoTransform | PkzipClassic CryptoTransform for encryption |
ICSharpCode::SharpZipLib::Encryption::PkzipClassicManaged | Defines a wrapper object to access the Pkzip algorithm. This class cannot be inherited |
TESPluginParser::Plugin | |
TES4ModTranslator::Program | |
TESPluginParser::Rec | |
TESPluginParser::Record | |
TES4ModTranslator::Properties::Resources | A strongly-typed resource class, for looking up localized strings, etc |
ICSharpCode::SharpZipLib::Core::ScanEventArgs | Event arguments for scanning |
ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs | Arguments passed when scan failures are detected |
TES4ModTranslator::Scripts | |
TES4ModTranslator::Scripts | |
TES4ModTranslator::Properties::Settings | |
ICSharpCode::SharpZipLib::SharpZipBaseException | SharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this |
ICSharpCode::SharpZipLib::Zip::Compression::Streams::StreamManipulator | This class allows us to retrieve a specified number of bits from the input buffer, as well as copy big byte blocks |
TESPluginParser::SubRecord | |
TESPluginParser::Tes4Record | |
TESPluginParser::TESParserException | |
ICSharpCode::SharpZipLib::Zip::ZipConstants | This class contains constants used for Zip format files |
ICSharpCode::SharpZipLib::Zip::ZipEntry | This class represents an entry in a zip archive. This can be a file or a directory ZipFile and ZipInputStream will give you instances of this class as information about the members in an archive. ZipOutputStream uses an instance of this class when creating an entry in a Zip file. Author of the original java version : Jochen Hoenicke |
ICSharpCode::SharpZipLib::Zip::ZipException | Represents errors specific to Zip file handling |
ICSharpCode::SharpZipLib::Zip::ZipFile | This class represents a Zip archive. You can ask for the contained entries, or get an input stream for a file entry. The entry is automatically decompressed |
ICSharpCode::SharpZipLib::Zip::ZipFile::PartialInputStream | |
ICSharpCode::SharpZipLib::Zip::ZipFile::ZipEntryEnumeration | |
ICSharpCode::SharpZipLib::Zip::ZipInputStream | This is an InflaterInputStream that reads the files baseInputStream an zip archive one after another. It has a special method to get the zip entry of the next file. The zip entry contains information about the file name size, compressed size, Crc, etc. It includes support for Stored and Deflated entries. Author of the original java version : Jochen Hoenicke |
ICSharpCode::SharpZipLib::Zip::ZipNameTransform | ZipNameTransform transforms name as per the Zip file convention |
ICSharpCode::SharpZipLib::Zip::ZipOutputStream | This is a DeflaterOutputStream that writes the files into a zip archive one after another. It has a special method to start a new zip entry. The zip entries contains information about the file name size, compressed size, CRC, etc |