OblivionModTranslator Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
aboutBoxA modified "about" Box
TES4ModTranslator::AccesXmlFile
ICSharpCode::SharpZipLib::Checksums::Adler32Computes 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::Crc32Generate 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::DeflaterThis 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::DeflaterConstantsThis class contains constants used for deflation
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterEngineLow level compression engine for deflate algorithm which uses a 32K sliding window with secondary compression from Huffman/Shannon-Fano codes
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterHuffmanThis is the DeflaterHuffman class
ICSharpCode::SharpZipLib::Zip::Compression::DeflaterHuffman::TreeNot documented
ICSharpCode::SharpZipLib::Zip::Compression::Streams::DeflaterOutputStreamA 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::DeflaterPendingThis class stores the pending output of the Deflater
TES4ModTranslator::Dialogs
TES4ModTranslator::Dialogs
ICSharpCode::SharpZipLib::Core::DirectoryEventArgsEvent arguments for directories
ICSharpCode::SharpZipLib::Zip::FastZipFastZip provides facilities for creating and extracting zip files. Only relative paths are supported
ICSharpCode::SharpZipLib::Zip::FastZipEventsFastZipEvents supports all events applicable to FastZipFastZip operations
ICSharpCode::SharpZipLib::Core::FileSystemScannerFileSystemScanner provides facilities scanning of files and directories
TES4ModTranslator::Form1UI and basic functions
TES4ModTranslator::Form1
TESPluginParser::GroupRecord
ICSharpCode::SharpZipLib::Checksums::IChecksumInterface 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::INameTransformINameTransform defines how file system names are transformed for use with archives
ICSharpCode::SharpZipLib::Zip::Compression::InflaterInflater 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::InflaterHuffmanTreeHuffman tree used for inflation
ICSharpCode::SharpZipLib::Zip::Compression::Streams::InflaterInputBufferAn input buffer customised for use by InflaterInputStream
ICSharpCode::SharpZipLib::Zip::Compression::Streams::InflaterInputStreamThis filter stream is used to decompress data compressed using the "deflate" format. The "deflate" format is described in RFC 1951
ICSharpCode::SharpZipLib::Core::IScanFilterScanning filters support these operations
ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgsArguments used with KeysRequiredEvent
TES4ModTranslator::MainForm
TES4ModTranslator::MainForm
ICSharpCode::SharpZipLib::Core::NameAndSizeFilterNameAnsSizeFilter filters based on name and file size
ICSharpCode::SharpZipLib::Core::NameFilterNameFilter 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::OutputWindowContains 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::PathFilterPathFilter filters directories and files by full path name
ICSharpCode::SharpZipLib::Zip::Compression::PendingBufferThis class is general purpose class for writing data to a buffer
ICSharpCode::SharpZipLib::Encryption::PkzipClassicPkzipClassic 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::PkzipClassicCryptoBasePkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm
ICSharpCode::SharpZipLib::Encryption::PkzipClassicDecryptCryptoTransformPkzipClassic CryptoTransform for decryption
ICSharpCode::SharpZipLib::Encryption::PkzipClassicEncryptCryptoTransformPkzipClassic CryptoTransform for encryption
ICSharpCode::SharpZipLib::Encryption::PkzipClassicManagedDefines a wrapper object to access the Pkzip algorithm. This class cannot be inherited
TESPluginParser::Plugin
TES4ModTranslator::Program
TESPluginParser::Rec
TESPluginParser::Record
TES4ModTranslator::Properties::ResourcesA strongly-typed resource class, for looking up localized strings, etc
ICSharpCode::SharpZipLib::Core::ScanEventArgsEvent arguments for scanning
ICSharpCode::SharpZipLib::Core::ScanFailureEventArgsArguments passed when scan failures are detected
TES4ModTranslator::Scripts
TES4ModTranslator::Scripts
TES4ModTranslator::Properties::Settings
ICSharpCode::SharpZipLib::SharpZipBaseExceptionSharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this
ICSharpCode::SharpZipLib::Zip::Compression::Streams::StreamManipulatorThis 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::ZipConstantsThis class contains constants used for Zip format files
ICSharpCode::SharpZipLib::Zip::ZipEntryThis 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::ZipExceptionRepresents errors specific to Zip file handling
ICSharpCode::SharpZipLib::Zip::ZipFileThis 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::ZipInputStreamThis 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::ZipNameTransformZipNameTransform transforms name as per the Zip file convention
ICSharpCode::SharpZipLib::Zip::ZipOutputStreamThis 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

Generated on Fri Jun 23 21:50:05 2006 for OblivionModTranslator by  doxygen 1.4.6-NO