Uses of Interface
org.eclipse.cbi.common.util.Record
Packages that use Record
-
Uses of Record in org.eclipse.cbi.common.util
Classes in org.eclipse.cbi.common.util that implement RecordModifier and TypeClassDescription(package private) classstatic class(package private) static final class(package private) static final classend of central dir signature 4 bytes (0x06054b50) number of this disk 2 bytes number of the disk with the start of the central directory 2 bytes total number of entries in the central directory on this disk 2 bytes total number of entries in the central directory 2 bytes size of the central directory 4 bytes offset of start of central directory with respect to the starting disk number 4 bytes .ZIP file comment length 2 bytes .ZIP file comment (variable size)(package private) static classLocal file header: local file header signature 4 bytes (0x04034b50) version needed to extract 2 bytes general purpose bit flag 2 bytes compression method 2 bytes last mod file time 2 bytes last mod file date 2 bytes crc-32 4 bytes compressed size 4 bytes uncompressed size 4 bytes file name length 2 bytes extra field length 2 bytes file name (variable size) extra field (variable size)(package private) static classZip64 end of central directory record zip64 end of central dir signature 4 bytes (0x06064b50) size of zip64 end of central directory record 8 bytes version made by 2 bytes version needed to extract 2 bytes number of this disk 4 bytes number of the disk with the start of the central directory 4 bytes total number of entries in the central directory on this disk 8 bytes total number of entries in the central directory 8 bytes size of the central directory 8 bytes offset of start of central directory with respect to the starting disk number 8 bytes zip64 extensible data sector (variable size)(package private) static final classzip64 end of central dir locator signature 4 bytes (0x07064b50) number of the disk with the start of the zip64 end of central directory 4 bytes relative offset of the zip64 end of central directory record 8 bytes total number of disks 4 bytesFields in org.eclipse.cbi.common.util declared as RecordFields in org.eclipse.cbi.common.util with type parameters of type RecordModifier and TypeFieldDescriptionAutoValue_RecordDefinition.Builder.recordClassAutoValue_RecordDefinition.recordClassZipPosixPermissionFixer.ZipReader.recordPositionsMethods in org.eclipse.cbi.common.util that return RecordModifier and TypeMethodDescriptionprivate RecordZipPosixPermissionFixer.ZipReader.createRecord(Class<? extends Record> recordClass, Record delegate) protected RecordRecord.Fowarding.delegate()private RecordZipPosixPermissionFixer.ZipReader.readBasicRecord(RecordDefinition definition, long position) Methods in org.eclipse.cbi.common.util that return types with arguments of type RecordModifier and TypeMethodDescriptionprivate com.google.common.base.Optional<Record> ZipPosixPermissionFixer.ZipReader.doReadRecord(Class<? extends Record> recordClass, RecordDefinition rd, long position) private com.google.common.base.Optional<? extends Record> ZipPosixPermissionFixer.ZipReader.readRecord(RecordDefinition rd, long position) private com.google.common.base.Optional<Record> ZipPosixPermissionFixer.ZipReader.readRecordWithSignature(RecordDefinition rd, long position) AutoValue_RecordDefinition.recordClass()RecordDefinition.recordClass()Methods in org.eclipse.cbi.common.util with parameters of type RecordModifier and TypeMethodDescriptionprivate RecordZipPosixPermissionFixer.ZipReader.createRecord(Class<? extends Record> recordClass, Record delegate) longMethod parameters in org.eclipse.cbi.common.util with type arguments of type RecordModifier and TypeMethodDescriptionprivate RecordZipPosixPermissionFixer.ZipReader.createRecord(Class<? extends Record> recordClass, Record delegate) private com.google.common.base.Optional<Record> ZipPosixPermissionFixer.ZipReader.doReadRecord(Class<? extends Record> recordClass, RecordDefinition rd, long position) AutoValue_RecordDefinition.Builder.recordClass(Class<? extends Record> recordClass) abstract RecordDefinition.BuilderRecordDefinition.Builder.recordClass(Class<? extends Record> clazz) Constructors in org.eclipse.cbi.common.util with parameters of type RecordModifierConstructorDescriptionCentralDirectoryHeader(Record record) EndOfCentralDirectory(Record delegate) protectedLocalFileHeader(Record delegate) Zip64EndOfCentralDirectory(Record delegate) Zip64EndOfCentralDirectoryLocator(Record delegate) Constructor parameters in org.eclipse.cbi.common.util with type arguments of type RecordModifierConstructorDescriptionprivateAutoValue_RecordDefinition(String name, long signature, com.google.common.base.Optional<RecordDefinition.Field> signatureField, List<RecordDefinition.Field> fields, Map<RecordDefinition.Field, RecordDefinition.Field> sizeDefinitionFields, Class<? extends Record> recordClass)