|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> [ io overview ] | PREV NEXT | ||||||||
A
- arch - Variable in class com.jguild.jrpm.io.RPMLead
- archiveFile - Variable in class com.jguild.jrpm.io.RPMFile
- archiveOffset - Variable in class com.jguild.jrpm.io.RPMFile
C
- COMPRESSION_GZIP - Static variable in interface com.jguild.jrpm.io.PayloadArchive
- COMPRESSION_NONE - Static variable in interface com.jguild.jrpm.io.PayloadArchive
- check(boolean) - Static method in class com.jguild.jrpm.io.Header
- Asserts a boolean value and throws an exception if it is false
- check(boolean) - Static method in class com.jguild.jrpm.io.IndexEntry
- Asserts a boolean value and throws an exception if it is false
- check(boolean) - Static method in class com.jguild.jrpm.io.RPMLead
- close() - Method in class com.jguild.jrpm.io.RPMFile
- Release locked resources.
- com.jguild.jrpm.io - package com.jguild.jrpm.io
- count - Variable in class com.jguild.jrpm.io.IndexEntry
E
- extract(File) - Method in interface com.jguild.jrpm.io.PayloadArchive
- extract(File) - Method in class com.jguild.jrpm.io.RPMFile
- Extract this RPM file.
G
- getArchitecture() - Method in class com.jguild.jrpm.io.RPMLead
- Get the architecture of a rpm
- getCount() - Method in class com.jguild.jrpm.io.IndexEntry
- Get the number of elements of this data type
- getHeader() - Method in class com.jguild.jrpm.io.RPMFile
- Get the header section of this rpm file.
- getKnownTagNames() - Static method in class com.jguild.jrpm.io.Header
- Read all known tag names for this header structure.
- getKnownTagNames() - Static method in class com.jguild.jrpm.io.RPMFile
- Get all known tags of this rpm file.
- getKnownTagNames() - Static method in class com.jguild.jrpm.io.RPMHeader
- getKnownTagNames() - Static method in class com.jguild.jrpm.io.RPMSignature
- getLead() - Method in class com.jguild.jrpm.io.RPMFile
- Get the lead section of this rpm file
- getLocales() - Method in class com.jguild.jrpm.io.RPMFile
- Return all known locales that are supported by this RPM file.
- getMajorVersion() - Method in class com.jguild.jrpm.io.RPMLead
- Get the major number of the rpm version a rpm is build for
- getMinorVersion() - Method in class com.jguild.jrpm.io.RPMLead
- Get the minor number of the rpm version a rpm is build for
- getName() - Method in class com.jguild.jrpm.io.RPMLead
- Get the name of this rpm.
- getOffset() - Method in class com.jguild.jrpm.io.IndexEntry
- Returns the offset of this data type
- getOperationSystem() - Method in class com.jguild.jrpm.io.RPMLead
- Get the operation system a rpm is build for
- getPayloadArchive() - Method in class com.jguild.jrpm.io.RPMFile
- Get the archive as a CPIO Archive.
- getSignature() - Method in class com.jguild.jrpm.io.RPMFile
- Get the signature section of this rpm file
- getSignatureType() - Method in class com.jguild.jrpm.io.RPMLead
- Get the type of signature this rpm provides
- getSize() - Method in class com.jguild.jrpm.io.Header
- Get the size in bytes of this structure
- getSize() - Method in class com.jguild.jrpm.io.IndexEntry
- Get the size of this index entry in bytes
- getSize() - Method in class com.jguild.jrpm.io.RPMLead
- Get the size of this structure in bytes (as defined for a rpm file)
- getTag(Long) - Method in class com.jguild.jrpm.io.Header
- Get a tag by id as a Long
- getTag(long) - Method in class com.jguild.jrpm.io.Header
- Get a tag by id as a long
- getTag(String) - Method in class com.jguild.jrpm.io.Header
- Get a tag by name
- getTag() - Method in class com.jguild.jrpm.io.IndexEntry
- Get the tag id as a long
- getTag(Long) - Method in class com.jguild.jrpm.io.RPMFile
- Get a tag by id as a Long
- getTag(long) - Method in class com.jguild.jrpm.io.RPMFile
- Get a tag by id as a long
- getTag(String) - Method in class com.jguild.jrpm.io.RPMFile
- Get a tag by name
- getTagIdForName(String) - Method in class com.jguild.jrpm.io.Header
- Read a tag with a given tag name.
- getTagIdForName(String) - Method in class com.jguild.jrpm.io.RPMFile
- Read a tag with a given tag name.
- getTagIdForName(String) - Method in class com.jguild.jrpm.io.RPMHeader
- getTagIdForName(String) - Method in class com.jguild.jrpm.io.RPMSignature
- getTagIds() - Method in class com.jguild.jrpm.io.Header
- Get all tag ids contained in this rpm file.
- getTagIds() - Method in class com.jguild.jrpm.io.RPMFile
- Get all tag ids contained in this rpm file.
- getTagNameForId(long) - Method in class com.jguild.jrpm.io.Header
- Read a tag with a given tag id.
- getTagNameForId(long) - Method in class com.jguild.jrpm.io.RPMFile
- Read a tag with a given tag id.
- getTagNameForId(long) - Method in class com.jguild.jrpm.io.RPMHeader
- getTagNameForId(long) - Method in class com.jguild.jrpm.io.RPMSignature
- getTagNames() - Method in class com.jguild.jrpm.io.Header
- Get all tag names contained in this rpm file.
- getTagNames() - Method in class com.jguild.jrpm.io.RPMFile
- Get all tag names contained in this rpm file.
- getType() - Method in class com.jguild.jrpm.io.IndexEntry
- Get the data type of this entry
- getType() - Method in class com.jguild.jrpm.io.RPMLead
- Get the type of a rpm file (binary or source)
H
- HEADER_LENGTH - Static variable in class com.jguild.jrpm.io.Header
- Header - class com.jguild.jrpm.io.Header.
- This class represents the abstract definition of a header structur.
- Header(DataInputStream) - Constructor for class com.jguild.jrpm.io.Header
- Construct a header structure for the given input stream.
- header - Variable in class com.jguild.jrpm.io.RPMFile
I
- INDEX_LENGTH - Static variable in class com.jguild.jrpm.io.IndexEntry
- IndexEntry - class com.jguild.jrpm.io.IndexEntry.
- RPM Index Entry (16 byte).
- IndexEntry(DataInputStream) - Constructor for class com.jguild.jrpm.io.IndexEntry
- Constructs a IndexEntry out of a InputStream.
- indexDataSize - Variable in class com.jguild.jrpm.io.Header
- indexNumber - Variable in class com.jguild.jrpm.io.Header
- indexes - Variable in class com.jguild.jrpm.io.Header
L
- lead - Variable in class com.jguild.jrpm.io.RPMFile
- localePosition - Variable in class com.jguild.jrpm.io.RPMFile
- logger - Static variable in class com.jguild.jrpm.io.Header
- logger - Static variable in class com.jguild.jrpm.io.IndexEntry
- logger - Static variable in class com.jguild.jrpm.io.RPMFile
- logger - Static variable in class com.jguild.jrpm.io.RPMLead
- logger - Static variable in class com.jguild.jrpm.io.RPMSignature
M
- major - Variable in class com.jguild.jrpm.io.RPMLead
- minor - Variable in class com.jguild.jrpm.io.RPMLead
N
O
- offset - Variable in class com.jguild.jrpm.io.IndexEntry
- os - Variable in class com.jguild.jrpm.io.RPMLead
P
- PayloadArchive - interface com.jguild.jrpm.io.PayloadArchive.
- Interface for RPM payload archives
- payload - Variable in class com.jguild.jrpm.io.RPMFile
R
- RPMFile - class com.jguild.jrpm.io.RPMFile.
- This class allows IO access to an RPM file.
- RPMFile() - Constructor for class com.jguild.jrpm.io.RPMFile
- Creates a new empty RPMFile object.
- RPMFile(File) - Constructor for class com.jguild.jrpm.io.RPMFile
- Creates a new RPMFile object out of a file.
- RPMFile(InputStream) - Constructor for class com.jguild.jrpm.io.RPMFile
- Creates a new RPMFile object out of a input stream.
- RPMHeader - class com.jguild.jrpm.io.RPMHeader.
- RPM Header.
- RPMHeader(DataInputStream) - Constructor for class com.jguild.jrpm.io.RPMHeader
- Creates a new RPMHeader object out of an input stream.
- RPMLead - class com.jguild.jrpm.io.RPMLead.
- The Java Version of the C struct for the lead.
- RPMLead(DataInputStream) - Constructor for class com.jguild.jrpm.io.RPMLead
- RPMSignature - class com.jguild.jrpm.io.RPMSignature.
- RPM Signature.
- RPMSignature(DataInputStream) - Constructor for class com.jguild.jrpm.io.RPMSignature
- Creates a new RPMSignature object from an input stream
- readFromStream(InputStream) - Method in class com.jguild.jrpm.io.RPMFile
- Read informations of a rpm file out of an input stream.
S
- setLocale(int) - Method in class com.jguild.jrpm.io.RPMFile
- Set the locale as int for all I18N strings that are returned by getTag().
- setLocale(String) - Method in class com.jguild.jrpm.io.RPMFile
- Set the locale as string for all I18N strings that are returned by getTag().
- setPayloadArchive(PayloadArchive) - Method in class com.jguild.jrpm.io.RPMFile
- sigType - Variable in class com.jguild.jrpm.io.RPMLead
- signature - Variable in class com.jguild.jrpm.io.RPMFile
- size - Variable in class com.jguild.jrpm.io.Header
- store - Variable in class com.jguild.jrpm.io.Header
T
- tag - Variable in class com.jguild.jrpm.io.IndexEntry
- type - Variable in class com.jguild.jrpm.io.IndexEntry
- type - Variable in class com.jguild.jrpm.io.RPMLead
V
W
- write(OutputStream) - Method in class com.jguild.jrpm.io.RPMFile
- Write this rpm file to an output stream.
A C E G H I L M N O P R S T V W
|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> [ io overview ] | PREV NEXT | ||||||||