TarBuffer Members
Public Static Fields
| The size of a block in a tar archive in bytes. | |
| The number of blocks in a default record. | |
| The size in bytes of a default record. |
Public Static Methods
| Overloaded. Create TarBuffer for reading with default BlockFactor | |
| Overloaded. Construct TarBuffer for writing with default BlockFactor |
Public Instance Properties
| Get the Blocking factor for the buffer | |
| Get the current block number, within the current record, zero based. | |
| Get the current record number. | |
| Get the record size for this buffer |
Public Instance Methods
| Close the TarBuffer. If this is an output buffer, also flush the current block before closing. | |
| Determines whether the specified Object is equal to the current Object. | |
| Obsolete. Get the TAR Buffer's block factor | |
| Obsolete. Get the current block number, within the current record, zero based. | |
| Obsolete. Get the current record number. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Obsolete. Get the TAR Buffer's record size. | |
| Gets the Type of the current instance. | |
| Determine if an archive block indicates End of Archive. End of archive is indicated by a block that consists entirely of null bytes. All remaining blocks for the record should also be null's However some older tars only do a couple of null blocks (Old GNU tar for one) and also partial records | |
| Read a block from the input stream. | |
| Skip over a block on the input stream. | |
| Returns a String that represents the current Object. | |
| Overloaded. Write a block of data to the archive. |
Protected Instance Constructors
|
|
Construct a default TarBuffer |
Protected Instance Methods
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |