LHA Library for Java
A B C D E F G H I J L M N O P R S T U W

P

PatriciaTrieSearch - class jp.gr.java_conf.dangan.util.lha.PatriciaTrieSearch.
PATRICIA Trie を使用した LzssSearchMethod の実装。
PatriciaTrieSearch(int, int, int, byte[]) - class jp.gr.java_conf.dangan.util.lha.PatriciaTrieSearch のコンストラクタ
コンストラクタ。
PostLh1Encoder - class jp.gr.java_conf.dangan.util.lha.PostLh1Encoder.
-lh1- 圧縮用の PostLzssEncoder。
PostLh1Encoder(OutputStream) - class jp.gr.java_conf.dangan.util.lha.PostLh1Encoder のコンストラクタ
-lh1- 圧縮用 PostLzssEncoder を構築する。
PostLh2Encoder - class jp.gr.java_conf.dangan.util.lha.PostLh2Encoder.
-lh2- 圧縮用 PostLzssEncoder。
PostLh2Encoder(OutputStream) - class jp.gr.java_conf.dangan.util.lha.PostLh2Encoder のコンストラクタ
-lh2- 圧縮用 PostLzssEncoder を構築する。
PostLh3Encoder - class jp.gr.java_conf.dangan.util.lha.PostLh3Encoder.
-lh3- 圧縮用 PostLzssEncoder。
PostLh3Encoder(OutputStream) - class jp.gr.java_conf.dangan.util.lha.PostLh3Encoder のコンストラクタ
-lh3- 圧縮用 PostLzssEncoderを構築する。
PostLh3Encoder(OutputStream, int) - class jp.gr.java_conf.dangan.util.lha.PostLh3Encoder のコンストラクタ
-lh3- 圧縮用 PostLzssEncoderを構築する。
PostLh5Encoder - class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder.
-lh4-, -lh5-, -lh6-, -lh7- 圧縮用 PostLzssEncoder。
PostLh5Encoder(OutputStream) - class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder のコンストラクタ
-lh5- 圧縮用 PostLzssEncoder を構築する。
PostLh5Encoder(OutputStream, String) - class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder のコンストラクタ
-lh4-, -lh5-, -lh6-, -lh7- 圧縮用 PostLzssEncoder を構築する。
PostLh5Encoder(OutputStream, String, int) - class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder のコンストラクタ
-lh4-, -lh5-, -lh6-, -lh7- 圧縮用 PostLzssEncoder を構築する。
PostLh5Encoder(OutputStream, String, int, int, int) - class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder のコンストラクタ
-lh4-, -lh5-, -lh6-, -lh7- 圧縮用 PostLzssEncoder を構築する。
PostLz5Encoder - class jp.gr.java_conf.dangan.util.lha.PostLz5Encoder.
-lz5- 圧縮用 PostLzssEncoder。
PostLz5Encoder(OutputStream) - class jp.gr.java_conf.dangan.util.lha.PostLz5Encoder のコンストラクタ
-lz5- 圧縮用 PostLzssEncoder を構築する。
PostLzsEncoder - class jp.gr.java_conf.dangan.util.lha.PostLzsEncoder.
-lzs- 圧縮用 PostLzssEncoder。
PostLzsEncoder(OutputStream) - class jp.gr.java_conf.dangan.util.lha.PostLzsEncoder のコンストラクタ
-lzs- 圧縮用 PostLzssEncoder を構築する。
PostLzssEncoder - interface jp.gr.java_conf.dangan.util.lha.PostLzssEncoder.
LZSS圧縮コードを処理する インターフェイス。
PreLh1Decoder - class jp.gr.java_conf.dangan.util.lha.PreLh1Decoder.
-lh1- 解凍用の PreLzssDecoder。
PreLh1Decoder(InputStream) - class jp.gr.java_conf.dangan.util.lha.PreLh1Decoder のコンストラクタ
-lh1- 解凍用 PreLzssDecoder を構築する。
PreLh2Decoder - class jp.gr.java_conf.dangan.util.lha.PreLh2Decoder.
-lh2- 解凍用 PreLzssDecoder。
PreLh2Decoder(InputStream) - class jp.gr.java_conf.dangan.util.lha.PreLh2Decoder のコンストラクタ
-lh2- 解凍用 PreLzssDecoder を構築する。
PreLh3Decoder - class jp.gr.java_conf.dangan.util.lha.PreLh3Decoder.
-lh3- 解凍用の PreLzssDecoder。
PreLh3Decoder(InputStream) - class jp.gr.java_conf.dangan.util.lha.PreLh3Decoder のコンストラクタ
-lh3- 解凍用 PreLzssDecoder を構築する。
PreLh3Decoder(InputStream, int, int) - class jp.gr.java_conf.dangan.util.lha.PreLh3Decoder のコンストラクタ
-lh3- 解凍用 PreLzssDecoder を構築する。
PreLh5Decoder - class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder.
-lh4-, -lh5-, -lh6-, -lh7- 解凍用の PreLzssDecoder。
PreLh5Decoder(InputStream) - class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder のコンストラクタ
-lh5- 解凍用 PreLzssDecoder を構築する。
PreLh5Decoder(InputStream, String) - class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder のコンストラクタ
-lh4-,-lh5-,-lh6-,-lh7- 解凍用 PreLzssDecoder を構築する。
PreLh5Decoder(InputStream, String, int, int) - class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder のコンストラクタ
-lh4-,-lh5-,-lh6-,-lh7- 解凍用 PreLzssDecoder を構築する。
PreLz5Decoder - class jp.gr.java_conf.dangan.util.lha.PreLz5Decoder.
-lz5- 解凍用 PreLzssDecoder。
PreLz5Decoder(InputStream) - class jp.gr.java_conf.dangan.util.lha.PreLz5Decoder のコンストラクタ
-lz5- 解凍用 PreLzssDecoder を構築する。
PreLzsDecoder - class jp.gr.java_conf.dangan.util.lha.PreLzsDecoder.
-lzs- 解凍用 PreLzssDecoder。
PreLzsDecoder(InputStream) - class jp.gr.java_conf.dangan.util.lha.PreLzsDecoder のコンストラクタ
-lzs- 解凍用 PreLzssDecoder を構築する。
PreLzssDecoder - interface jp.gr.java_conf.dangan.util.lha.PreLzssDecoder.
LZSS圧縮コードを供給するインターフェイス。
parentNode(int) - class jp.gr.java_conf.dangan.util.lha.DynamicHuffman のメソッド
node の親ノードのノード番号を得る。
parse(Class, Object) - class jp.gr.java_conf.dangan.lang.reflect.Type の static メソッド
Factory.match( type, obj ) でマッチした obj を type で示される型に変換する。
parse(String, Hashtable, String) - class jp.gr.java_conf.dangan.util.lha.LhaProperty の static メソッド
LHA Library for Java のプロパティ用の 生成式 source を解析して 新しい Object を生成する。
parse(String, Hashtable, String[]) - class jp.gr.java_conf.dangan.util.lha.LhaProperty の static メソッド
LHA Library for Java のプロパティ用の 生成式 source を解析して 新しい Object を生成する。
parseAll(Class[], Object[]) - class jp.gr.java_conf.dangan.lang.reflect.Type の static メソッド
Factory.matchAll( types, args ) でマッチした args を 一括して types で示される型に変換する。
peekBit() - class jp.gr.java_conf.dangan.io.BitInputStream のメソッド
読み込み位置を変えずに 1ビットのデータを先読みする。
peekBits(int) - class jp.gr.java_conf.dangan.io.BitInputStream のメソッド
読み込み位置を変えずに count ビットのデータを先読みする。
peekBoolean() - class jp.gr.java_conf.dangan.io.BitInputStream のメソッド
読み込み位置を変えずに 1ビットのデータを 真偽値として先読みする。
position() - class jp.gr.java_conf.dangan.io.GrowthByteBuffer のメソッド
現在位置を得る。
put(int) - class jp.gr.java_conf.dangan.util.lha.BinaryTreeSearch のメソッド
position から始まるデータパタンを二分木に登録する。
put(int) - class jp.gr.java_conf.dangan.util.lha.HashAndBinaryTreeSearch のメソッド
position から始まるデータパタンを ハッシュと二分木を使用した検索機構に登録する。
put(int) - class jp.gr.java_conf.dangan.util.lha.HashAndChainedListSearch のメソッド
position から始まるデータパタンを ハッシュと連結リストから成る検索機構に登録する。
put(int) - interface jp.gr.java_conf.dangan.util.lha.LzssSearchMethod のメソッド
position から始まるデータパタンを LzssSearchMethod の持つ検索機構に登録する。
put(int) - class jp.gr.java_conf.dangan.util.lha.PatriciaTrieSearch のメソッド
position から始まるデータパタンを PATRICIA Trie に登録する。
put(int) - class jp.gr.java_conf.dangan.util.lha.SimpleSearch のメソッド
SimpleSearch は検索機構を使用しないため このメソッドは何もしない。
put(int) - class jp.gr.java_conf.dangan.util.lha.TwoLevelHashSearch のメソッド
position から始まるデータパタンを 二段階ハッシュと連結リストから成る検索機構に登録する。
putNextEntry(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaImmediateOutputStream のメソッド
新しいエントリを書き込むようにストリームを設定する。
putNextEntry(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaOutputStream のメソッド
新しいエントリを書き込むようにストリームを設定する。
putNextEntry(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaRetainedOutputStream のメソッド
新しいエントリを書き込むようにストリームを設定する。
putNextEntryAlreadyCompressed(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaImmediateOutputStream のメソッド
既に圧縮済みのエントリを書きこむようにストリームを設定する。
putNextEntryAlreadyCompressed(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaOutputStream のメソッド
既に圧縮済みのエントリを書きこむようにストリームを設定する。
putNextEntryAlreadyCompressed(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaRetainedOutputStream のメソッド
既に圧縮済みのエントリを書きこむようにストリームを設定する。
putNextEntryNotYetCompressed(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaImmediateOutputStream のメソッド
未だに圧縮されていないエントリを書きこむようにストリームを 設定する。
putNextEntryNotYetCompressed(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaOutputStream のメソッド
未だに圧縮されていないエントリを書きこむようにストリームを設定する。
putNextEntryNotYetCompressed(LhaHeader) - class jp.gr.java_conf.dangan.util.lha.LhaRetainedOutputStream のメソッド
未だに圧縮されていないエントリを書きこむようにストリームを設定する。
putRequires() - class jp.gr.java_conf.dangan.util.lha.BinaryTreeSearch のメソッド
put() または searchAndPut() を使用して データパタンを二分木に登録する際に 必要とするデータ量を得る。
putRequires() - class jp.gr.java_conf.dangan.util.lha.HashAndBinaryTreeSearch のメソッド
put() または searchAndPut() を使用して データパタンを二分木に登録する際に 必要とするデータ量を得る。
putRequires() - class jp.gr.java_conf.dangan.util.lha.HashAndChainedListSearch のメソッド
put() で LzssSearchMethodにデータを 登録するときに使用されるデータ量を得る。
putRequires() - interface jp.gr.java_conf.dangan.util.lha.LzssSearchMethod のメソッド
put() または searchAndPut() を使用して データパタンを検索機構に登録する時に 必要とするデータ量を得る。
putRequires() - class jp.gr.java_conf.dangan.util.lha.PatriciaTrieSearch のメソッド
put() で LzssSearchMethodにデータを 登録するときに使用されるデータ量を得る。
putRequires() - class jp.gr.java_conf.dangan.util.lha.SimpleSearch のメソッド
SimpleSearch は検索機構を使用しないため常に 0 を返す。
putRequires() - class jp.gr.java_conf.dangan.util.lha.TwoLevelHashSearch のメソッド
put() で LzssSearchMethodにデータを 登録するときに使用されるデータ量を得る。

LHA Library for Java
A B C D E F G H I J L M N O P R S T U W
バグやドキュメントの誤りの報告は作者宛てにお願いします。
ドキュメント内に含まれる社名、製品名については一般に各社の商標または登録商標です。
Copyright © 2001-2002 Michel Ishizuka. All Rights Reserved.