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

G

getAvailableBits() - Method in exception jp.gr.java_conf.dangan.io.NotEnoughBitsException
使用可能なビット数を得る。
この例外を投げたメソッドにおいて、現在使用可能なビット数を返す。
getBitCount() - Method in exception jp.gr.java_conf.dangan.io.BitDataBrokenException
getBitData() で得られる ビットデータの有効ビット数を得る。
getBitData() - Method in exception jp.gr.java_conf.dangan.io.BitDataBrokenException
要求されたビット数に満たない "壊れた" ビットデータを得る。
getBytes() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
このLhaHeaderのデータを使用して ヘッダデータを生成し、 それをバイト配列の形で得る。
エンコードはデフォルトのものが使用される。
getBytes(String) - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
このLhaHeaderのデータを使用して ヘッダデータを生成し、 それをバイト配列の形で得る。
getCause() - Method in exception jp.gr.java_conf.dangan.io.BitDataBrokenException
ビットデータが途中までしか 取得できない原因となった例外を得る。
getCompressedSize() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
データの圧縮後のサイズを得る。
getCompressMethod() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
データを圧縮した方法を識別する文字列を得る。
getConstructor(String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
classname で示されるクラスの public なコンストラクタのうち、 args を Type.parse した場合、引数として受け入れることが できるものを得る。
getConstructor(Class, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
type のpublic なコンストラクタのうち、args を Type.parse した場合 引数として受け入れることができるものを得る。
getConstructor(String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
classnameで示されるクラスの コンストラクタのうち、args を Type.parse して 引数として受け入れることができるものを得る。
getConstructor(Class, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
type のコンストラクタのうち、args を Type.parse した場合 引数として受け入れることができるものを得る。
getCRC() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
データのCRC16値を得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh1Encoder
-lh1-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh2Encoder
-lh2-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh3Encoder
-lh3-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder
この PostLh5Encoder が扱うLZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PostLz5Encoder
-lz5-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PostLzsEncoder
-lzs-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in interface jp.gr.java_conf.dangan.util.lha.PostLzssEncoder
このPostLzssEncoderが処理するLZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh1Decoder
-lh1-形式のLZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh2Decoder
-lh2-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh3Decoder
-lh3-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder
この PreLh5Decoder が扱うLZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PreLz5Decoder
-lz5-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in class jp.gr.java_conf.dangan.util.lha.PreLzsDecoder
-lzs-形式の LZSS辞書のサイズを得る。
getDictionarySize() - Method in interface jp.gr.java_conf.dangan.util.lha.PreLzssDecoder
このPreLzssDecoderが処理するLZSS辞書のサイズを得る。
getEntries() - Method in class jp.gr.java_conf.dangan.util.lha.LhaFile
ファイル内のエントリを列挙した配列を得る。
getExtraData() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
レベル 0 ヘッダ、 レベル 1 ヘッダの時に 付加される可能性がある基本ヘッダ内の拡張データを得る。
getFirstHeaderData(InputStream) - Static method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
入力ストリームから 最初のヘッダを読み込む。
このメソッドはレベル1ヘッダ、もしくは レベル3ヘッダに 似たデータが存在すると、ヘッダ全てを読み込もうとして in.mark( 65536 ) の 限界を超えて 読み込む可能性があり、 その結果 reset() できずに その間のデータを読み落とす 可能性がある。
また、InputStream のmark/reset の実装次第では ストリーム終端付近で ヘッダに似たデータが存在すると ヘッダを全て読み込もうとして EndOfStreamに達してしまい、 reset()できずに その間のデータを読み落とす可能性がある。
getHeaderLevel() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
このヘッダのヘッダレベルを得る。
getInputStream(LhaHeader) - Method in class jp.gr.java_conf.dangan.util.lha.LhaFile
header で指定されたエントリの 内容を解凍しながら読みこむ入力ストリームを得る。
getInputStream(String) - Method in class jp.gr.java_conf.dangan.util.lha.LhaFile
nameで指定された名前を持つエントリの 内容を解凍しながら読みこむ入力ストリームを得る。
getInputStreamWithoutExtract(LhaHeader) - Method in class jp.gr.java_conf.dangan.util.lha.LhaFile
headerで指定されたエントリの内容を 解凍せずに読みこむ入力ストリームを返す。
getInputStreamWithoutExtract(String) - Method in class jp.gr.java_conf.dangan.util.lha.LhaFile
nameで指定された名前を持つエントリの 内容を解凍せずに読みこむ入力ストリームを返す。
getInstanceMethod(String, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの public なインスタンスメソッドのうち、 name という名前で args を Type.parse した後 受け入れることができるものを得る。
getInstanceMethod(Class, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の public なインスタンスメソッドのうち、 name という名前で args を Type.parse した後 受け入れることができるものを得る。
getInstanceMethod(String, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの インスタンスメソッドのうち、 name という名前で args を Type.parse した後 受け入れることができるものを得る。
getInstanceMethod(Class, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の インスタンスメソッドのうち、name という名前で args を Type.parse した後 受け入れることができるものを得る。
getLastModified() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
データの最終更新日時を得る。
getLevel0DosAttribute() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
レベル 0 ヘッダに記される DOS のファイル属性を得る。
getMatchFullConstructor(String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
classname で示されるクラスの public なコンストラクタのうち、 args を そのまま引数として受け入れることができるものを得る。
getMatchFullConstructor(Class, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
type の public なコンストラクタのうち、args を そのまま引数として受け入れることができるものを得る。
getMatchFullConstructor(String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
classname で示されるクラスの コンストラクタのうち、 args を そのまま引数として受け入れることができるものを得る。
getMatchFullConstructor(Class, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.Factory
type のコンストラクタのうち、args を そのまま引数として受け入れることができるものを得る。
getMatchFullInstanceMethod(String, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの public なインスタンスメソッドのうち、 name という名前で args を 直接受け入れることができるものを得る。
getMatchFullInstanceMethod(Class, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の public なインスタンスメソッドのうち、 name という名前で args を直接受け入れることができるものを得る。
getMatchFullInstanceMethod(String, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの インスタンスメソッドのうち、 name という名前で args を直接受け入れることができるものを得る。
getMatchFullInstanceMethod(Class, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の インスタンスメソッドのうち、name という名前で args を直接受け入れることができるものを得る。
getMatchFullStaticMethod(String, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの public static メソッドのうち、 name という名前で args を 直接受け入れることができるものを得る。
getMatchFullStaticMethod(Class, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の public staticなメソッドのうち、 name という名前で args を直接受け入れることができるものを得る。
getMatchFullStaticMethod(String, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの static メソッドのうち、 name という名前で args を直接受け入れることができるものを得る。
getMatchFullStaticMethod(Class, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の static メソッドのうち、name という名前で args を直接受け入れることができるものを得る。
getMatchLen(int) - Static method in class jp.gr.java_conf.dangan.util.lha.LzssOutputStream
createSearchReturn で生成された searchの戻り値から 一致長を取り出す。
getMatchPos(int) - Static method in class jp.gr.java_conf.dangan.util.lha.LzssOutputStream
createSearchReturn で生成された searchの戻り値から 一致位置を取り出す。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh1Encoder
-lh1-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh2Encoder
-lh2-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh3Encoder
-lh3-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder
この PostLh5Encoder が扱うLZSSの最長一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PostLz5Encoder
-lz5-形式の LZSSの最長一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PostLzsEncoder
-lzs-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in interface jp.gr.java_conf.dangan.util.lha.PostLzssEncoder
このPostLzssEncoderが処理する最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh1Decoder
-lh1-形式のLZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh2Decoder
-lh2-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh3Decoder
-lh3-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder
この PreLh5Decoder が扱うLZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PreLz5Decoder
-lz5-形式の LZSSの最大一致長を得る。
getMaxMatch() - Method in class jp.gr.java_conf.dangan.util.lha.PreLzsDecoder
-lzs-形式の LZSSの最長一致長を得る。
getMaxMatch() - Method in interface jp.gr.java_conf.dangan.util.lha.PreLzssDecoder
このPreLzssDecoderが処理する最長一致長を得る。
getMsdosTime() - Method in class jp.gr.java_conf.dangan.util.MsdosDate
この MsdosDateが示す時間情報を MS-DOS 時間形式で得る。
getNextEntry() - Method in class jp.gr.java_conf.dangan.util.lha.LhaInputStream
次のエントリを解凍しながら読みこむようにストリームを設定する。
getNextEntryWithoutExtract() - Method in class jp.gr.java_conf.dangan.util.lha.LhaInputStream
次のエントリを解凍しないで読みこむようにストリームを設定する。
getNextHeaderData(InputStream) - Static method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
入力ストリームから 次のヘッダを読み込む。
このメソッドはレベル1ヘッダ、もしくは レベル3ヘッダに 似たデータが存在すると、ヘッダ全てを読み込もうとして in.mark( 65536 ) の 限界を超えて 読み込む可能性があり、 その結果 reset() できずに その間のデータを読み落とす 可能性がある。
また、ストリーム終端付近で ヘッダに似たデータが存在する と ヘッダを全て読み込もうとして EndOfStreamに達してしまい、 reset()できずに その間のデータを読み落とす可能性がある。
getOriginalSize() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
データの圧縮前のサイズを得る。
getOSID() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
このヘッダを作成した OS の識別子を得る。
getPath() - Method in class jp.gr.java_conf.dangan.util.lha.LhaHeader
データの名前、 もしくはデータがファイルであった場合のパス名を得る。
パス名とはいっても、Windows 系の A: のような ドライブ名を含んではならない。
パスデリミタには File.separator を使用する。
getProperties() - Static method in class jp.gr.java_conf.dangan.util.lha.LhaProperty
LHA Library for Java のプロパティのコピーを得る。
getProperty(String) - Static method in class jp.gr.java_conf.dangan.util.lha.LhaProperty
LHA Library for Java のプロパティから key に対応するものを取得する。
getStaticMethod(String, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの public static メソッドのうち、 name という名前で args を Type.parse した後 受け入れることができるものを得る。
getStaticMethod(Class, String, Object[]) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の public staticなメソッドのうち、 name という名前で args を Type.parse した後 受け入れることができるものを得る。
getStaticMethod(String, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
classname で示されるクラスの static メソッドのうち、 name という名前で args を Type.parse した後 受け入れることができるものを得る。
getStaticMethod(Class, String, Object[], boolean) - Static method in class jp.gr.java_conf.dangan.lang.reflect.MethodUtil
type の static メソッドのうち、name という名前で args を Type.parse した後 受け入れることができるものを得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh1Encoder
-lh1-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh2Encoder
-lh2-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh3Encoder
-lh3-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PostLh5Encoder
この PostLh5Encoder が扱うLZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PostLz5Encoder
-lz5-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PostLzsEncoder
-lzs-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in interface jp.gr.java_conf.dangan.util.lha.PostLzssEncoder
このPostLzssEncoderが処理する圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh1Decoder
-lh1-形式のLZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh2Decoder
-lh2-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh3Decoder
-lh3-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PreLh5Decoder
この PreLh5Decoder が扱う圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PreLz5Decoder
-lz5-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in class jp.gr.java_conf.dangan.util.lha.PreLzsDecoder
-lzs-形式の LZSSの圧縮、非圧縮の閾値を得る。
getThreshold() - Method in interface jp.gr.java_conf.dangan.util.lha.PreLzssDecoder
このPreLzssDecoderが処理する圧縮、非圧縮の閾値を得る。
getValue() - Method in class jp.gr.java_conf.dangan.util.lha.CRC16
crc 値を得る。 crc 値は 2バイトの値であり、 0x0000〜0xFFFFにマップされる。
getValue() - Method in class jp.gr.java_conf.dangan.util.lha.LhaChecksum
チェックサム値を得る。 チェックサム値は 1バイトの値であり、 0x00〜0xFFにマップされる。
getWindowsTime() - Method in class jp.gr.java_conf.dangan.util.WindowsDate
この WindowsDateが示す時間情報を FILETIME 形式で得る。
GrowthByteBuffer - Class in jp.gr.java_conf.dangan.io
自動的に伸張するバッファ。
RandomAccessFile の メモリ版として使用する。 ただし、あまり巨大なデータを取り扱うのには向かない。 スレッドセーフではない。 jdk1.4 以降の ByteBufferとは互換性が無い。
GrowthByteBuffer() - Constructor for class jp.gr.java_conf.dangan.io.GrowthByteBuffer
サイズを自動で伸張するバッファを構築する。
バッファサイズにはデフォルト値が使用される。
GrowthByteBuffer(int) - Constructor for class jp.gr.java_conf.dangan.io.GrowthByteBuffer
サイズを自動で伸張するバッファを構築する。
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links
LHA Library for Java

When you found typographical errors or omissions, Please mail to cqw10305@nifty.com
The company name and product name which are used in this document, it is the trademark or registered trademark of each company generally.
Copyright © 2001-2002 Michel Ishizuka. All Rights Reserved.