索引

C D E F J K L M N O P S T U 
All Classes and Interfaces|常量字段值|所有程序包|系统属性

C

CLASS_ATTRIBUTE_PFX - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
When concatenated with a class attribute name, indicates the format of that attribute, using the layout language specified in the JSR 200 specification.
CODE_ATTRIBUTE_PFX - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
When concatenated with a code attribute name, indicates the format of that attribute.

D

DEFLATE_HINT - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
If this property is set to Pack200.Packer.TRUE or Pack200.Packer.FALSE, the packer will set the deflation hint accordingly in the output archive, and will not transmit the individual deflation hints of archive elements.
DEFLATE_HINT - 接口中的静态变量 org.glavo.pack200.Pack200.Unpacker
Property indicating that the unpacker should ignore all transmitted values for DEFLATE_HINT, replacing them by the given value, Pack200.Unpacker.TRUE or Pack200.Unpacker.FALSE.

E

EFFORT - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
If this property is set to a single decimal digit, the packer will use the indicated amount of effort in compressing the archive.
ERROR - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "error", a possible value for certain properties.

F

FALSE - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "false", a possible value for certain properties.
FALSE - 接口中的静态变量 org.glavo.pack200.Pack200.Unpacker
The string "false", a possible value for certain properties.
FIELD_ATTRIBUTE_PFX - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
When concatenated with a field attribute name, indicates the format of that attribute.

J

java.util.jar.Pack200.Packer - org.glavo.pack200.Pack200.newPacker()中的搜索标记
系统属性
java.util.jar.Pack200.Unpacker - org.glavo.pack200.Pack200.newUnpacker()中的搜索标记
系统属性

K

KEEP - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "keep", a possible value for certain properties.
KEEP - 接口中的静态变量 org.glavo.pack200.Pack200.Unpacker
The string "keep", a possible value for certain properties.
KEEP_FILE_ORDER - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
If this property is set to Pack200.Packer.TRUE, the packer will transmit all elements in their original order within the source archive.

L

LATEST - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "latest", a possible value for certain properties.

M

METHOD_ATTRIBUTE_PFX - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
When concatenated with a method attribute name, indicates the format of that attribute.
MODIFICATION_TIME - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
If this property is set to the special string Pack200.Packer.LATEST, the packer will attempt to determine the latest modification time, among all the available entries in the original archive or the latest modification time of all the available entries in each segment.

N

newPacker() - 类中的静态方法 org.glavo.pack200.Pack200
Obtain new instance of a class that implements Packer.
newUnpacker() - 类中的静态方法 org.glavo.pack200.Pack200
Obtain new instance of a class that implements Unpacker.

O

org.glavo.pack200 - 程序包 org.glavo.pack200
 
org.glavo.pack200.impl - 程序包 org.glavo.pack200.impl
This package provides methods to read files from a JAR file and to transform them to a more compact transfer format called Pack200.

P

pack(JarFile, OutputStream) - 类中的方法 org.glavo.pack200.impl.PackerImpl
Takes a JarFile and converts into a pack-stream.
pack(JarFile, OutputStream) - 接口中的方法 org.glavo.pack200.Pack200.Packer
Takes a JarFile and converts it into a Pack200 archive.
pack(JarInputStream, OutputStream) - 类中的方法 org.glavo.pack200.impl.PackerImpl
Takes a JarInputStream and converts into a pack-stream.
pack(JarInputStream, OutputStream) - 接口中的方法 org.glavo.pack200.Pack200.Packer
Takes a JarInputStream and converts it into a Pack200 archive.
Pack200 - org.glavo.pack200中的类
Transforms a JAR file to or from a packed stream in Pack200 format.
Pack200.Packer - org.glavo.pack200中的接口
The packer engine applies various transformations to the input JAR file, making the pack stream highly compressible by a compressor such as gzip or zip.
Pack200.Unpacker - org.glavo.pack200中的接口
The unpacker engine converts the packed stream to a JAR file.
PackerImpl - org.glavo.pack200.impl中的类
 
PackerImpl() - 类的构造器 org.glavo.pack200.impl.PackerImpl
Constructs a Packer object and sets the initial state of the packer engines.
PASS - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "pass", a possible value for certain properties.
PASS_FILE_PFX - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
Indicates that a file should be passed through bytewise, with no compression.
PROGRESS - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The packer's progress as a percentage, as periodically updated by the packer.
PROGRESS - 接口中的静态变量 org.glavo.pack200.Pack200.Unpacker
The unpacker's progress as a percentage, as periodically updated by the unpacker.
properties() - 类中的方法 org.glavo.pack200.impl.PackerImpl
Get the set of options for the pack and unpack engines.
properties() - 类中的方法 org.glavo.pack200.impl.UnpackerImpl
Get the set of options for the pack and unpack engines.
properties() - 接口中的方法 org.glavo.pack200.Pack200.Packer
Get the set of this engine's properties.
properties() - 接口中的方法 org.glavo.pack200.Pack200.Unpacker
Get the set of this engine's properties.

S

SEGMENT_LIMIT - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
This property is a numeral giving the estimated target size N (in bytes) of each archive segment.
STRIP - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "strip", a possible value for certain properties.

T

toString() - 类中的方法 org.glavo.pack200.impl.UnpackerImpl
 
TRUE - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
The string "true", a possible value for certain properties.
TRUE - 接口中的静态变量 org.glavo.pack200.Pack200.Unpacker
The string "true", a possible value for certain properties.

U

UNKNOWN_ATTRIBUTE - 接口中的静态变量 org.glavo.pack200.Pack200.Packer
Indicates the action to take when a class-file containing an unknown attribute is encountered.
unpack(File, JarOutputStream) - 类中的方法 org.glavo.pack200.impl.UnpackerImpl
Takes an input File containing the pack file, and generates a JarOutputStream.
unpack(File, JarOutputStream) - 接口中的方法 org.glavo.pack200.Pack200.Unpacker
Read a Pack200 archive, and write the encoded JAR to a JarOutputStream.
unpack(InputStream, JarOutputStream) - 类中的方法 org.glavo.pack200.impl.UnpackerImpl
Takes a packed-stream InputStream, and writes to a JarOutputStream.
unpack(InputStream, JarOutputStream) - 接口中的方法 org.glavo.pack200.Pack200.Unpacker
Read a Pack200 archive, and write the encoded JAR to a JarOutputStream.
UnpackerImpl - org.glavo.pack200.impl中的类
 
UnpackerImpl() - 类的构造器 org.glavo.pack200.impl.UnpackerImpl
 
C D E F J K L M N O P S T U 
All Classes and Interfaces|常量字段值|所有程序包|系统属性