Skip navigation links
A C D E F G H I K L M O P R S T U V W Z 

A

abs() - Method in class dev.felnull.fnjl.math.FNComplex
 
ABSOLUTE_ZERO_TEMP - Static variable in class dev.felnull.fnjl.util.FNMath
 
add(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 
add(FNVec2d) - Method in class dev.felnull.fnjl.math.FNVec2d
 
add(FNVec2f) - Method in class dev.felnull.fnjl.math.FNVec2f
 
add(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2i
 
arg() - Method in class dev.felnull.fnjl.math.FNComplex
 

C

clamp(int, int, int) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(long, long, long) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(float, float, float) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(double, double, double) - Static method in class dev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clone(BufferedImage) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageをふやす
con() - Method in class dev.felnull.fnjl.math.FNComplex
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec2f
 
convertDouble() - Method in class dev.felnull.fnjl.math.FNVec2i
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec2d
 
convertFloat() - Method in class dev.felnull.fnjl.math.FNVec2i
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec2d
 
convertInt() - Method in class dev.felnull.fnjl.math.FNVec2f
 
convertVec2d() - Method in class dev.felnull.fnjl.math.FNComplex
 
copyToClipBoard(String) - Static method in class dev.felnull.fnjl.util.FNAwtUtil
クリップボードにテキストをコピーする
createMD5Hash(byte[]) - Static method in class dev.felnull.fnjl.util.FNDataUtil
MD5ハッシュを取得

D

decodeBase64(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
Bse64文字列を文字列に変換
decodeHTMLSpecialCharacter(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
HTML特殊文字を通常の文字に変換する
decodeUTFEscapeSequence(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
UTFエスケープシーケンス文字列を文字列に変換
dev.felnull.fnjl - package dev.felnull.fnjl
 
dev.felnull.fnjl.io - package dev.felnull.fnjl.io
 
dev.felnull.fnjl.math - package dev.felnull.fnjl.math
 
dev.felnull.fnjl.os - package dev.felnull.fnjl.os
 
dev.felnull.fnjl.util - package dev.felnull.fnjl.util
 
distance(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2d
 
distance(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2f
 
distance(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2i
 
div(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 

E

encodeBase64(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
文字列をBase64文字列に変換
encodeUTFEscapeSequence(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
文字列をUTFエスケープシーケンス文字列に変換
equals(Object) - Method in class dev.felnull.fnjl.math.FNComplex
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec2d
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec2f
 
equals(Object) - Method in class dev.felnull.fnjl.math.FNVec2i
 

F

FelNullJavaLibrary - Class in dev.felnull.fnjl
The Ikisugi FelNull Java Library
FelNullJavaLibrary() - Constructor for class dev.felnull.fnjl.FelNullJavaLibrary
 
fileCopyToProgress(File, File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをコピーする
fileDownloadToProgress(URL, File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらダウンロードしてファイルに書き込む
fileLoadToProgress(File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをロードする
FileWatcher - Class in dev.felnull.fnjl.io
非同期ファイル監視システム
FileWatcher(Path, Consumer<WatchEvent<?>>, WatchEvent.Kind<?>...) - Constructor for class dev.felnull.fnjl.io.FileWatcher
 
fileWriteToProgress(InputStream, long, File, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルに書き込む
FNAwtUtil - Class in dev.felnull.fnjl.util
Awt関係
FNAwtUtil() - Constructor for class dev.felnull.fnjl.util.FNAwtUtil
 
FNColorUtil - Class in dev.felnull.fnjl.util
色関係
FNColorUtil() - Constructor for class dev.felnull.fnjl.util.FNColorUtil
 
FNComplex - Class in dev.felnull.fnjl.math
複素数
FNComplex(double, double) - Constructor for class dev.felnull.fnjl.math.FNComplex
 
FNDataUtil - Class in dev.felnull.fnjl.util
データ関連
FNDataUtil() - Constructor for class dev.felnull.fnjl.util.FNDataUtil
 
FNImageUtil - Class in dev.felnull.fnjl.util
画像関係
FNImageUtil() - Constructor for class dev.felnull.fnjl.util.FNImageUtil
 
FNIOUtil - Class in dev.felnull.fnjl.util
IO関係
FNIOUtil() - Constructor for class dev.felnull.fnjl.util.FNIOUtil
 
FNJLBuildIn - Class in dev.felnull.fnjl
 
FNJLBuildIn() - Constructor for class dev.felnull.fnjl.FNJLBuildIn
 
FNMath - Class in dev.felnull.fnjl.util
Math関係
FNMath() - Constructor for class dev.felnull.fnjl.util.FNMath
 
FNMath.PosColorEntry - Class in dev.felnull.fnjl.util
 
FNRuntimeUtil - Class in dev.felnull.fnjl.util
 
FNRuntimeUtil() - Constructor for class dev.felnull.fnjl.util.FNRuntimeUtil
 
FNStringUtil - Class in dev.felnull.fnjl.util
文字列関係
FNStringUtil() - Constructor for class dev.felnull.fnjl.util.FNStringUtil
 
FNURLUtil - Class in dev.felnull.fnjl.util
URL関係
FNURLUtil() - Constructor for class dev.felnull.fnjl.util.FNURLUtil
 
FNVec2d - Class in dev.felnull.fnjl.math
 
FNVec2d(double, double) - Constructor for class dev.felnull.fnjl.math.FNVec2d
 
FNVec2f - Class in dev.felnull.fnjl.math
 
FNVec2f(float, float) - Constructor for class dev.felnull.fnjl.math.FNVec2f
 
FNVec2i - Class in dev.felnull.fnjl.math
 
FNVec2i(int, int) - Constructor for class dev.felnull.fnjl.math.FNVec2i
 
FolderWatcher - Class in dev.felnull.fnjl.io
非同期フォルダ監視
FolderWatcher(Path, FolderWatcher.FolderWatchListener) - Constructor for class dev.felnull.fnjl.io.FolderWatcher
 
FolderWatcher.FolderWatchListener - Interface in dev.felnull.fnjl.io
 

G

generateColorMandelbrot(int, int, double, double, double, int, Consumer<FNMath.PosColorEntry>) - Static method in class dev.felnull.fnjl.util.FNMath
マンデルブロ集合を生成
generateMandelbrotSet(int, int, double, double, double, int, Consumer<FNVec2i>) - Static method in class dev.felnull.fnjl.util.FNMath
白黒マンデルブロ集合を生成
getAlpha(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数ARGBカラーコードから透過率を取得 255(FF)が最大 0に近いほど透明
getApproximateColor(int, int...) - Static method in class dev.felnull.fnjl.util.FNColorUtil
近似色を取得する 16進数のカラーコード
getApproximateColorObject(int, T[], Function<T, Integer>) - Static method in class dev.felnull.fnjl.util.FNColorUtil
近似色のオブジェクトを取得する 16進数のカラーコード
getArch() - Static method in class dev.felnull.fnjl.os.OSs
アーキテクスチャ名を取得
getARGBHexColor(int, int, int, int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
RGBAから16進数ARGBカラーコードへ変換
getAverageMixColor(int...) - Static method in class dev.felnull.fnjl.util.FNColorUtil
色を平均的に混ぜた色を取得する
getBarType() - Method in class dev.felnull.fnjl.ProgressLogger
 
getBlue(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから青色を取得 255(FF)が最大
getByteDisplay(long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
バイト容量表記(単位付き)を取得
getBytes() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteData
 
getColor() - Method in class dev.felnull.fnjl.util.FNMath.PosColorEntry
 
getColorDistance(int, int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
色ごとの距離を取得 16進数のカラーコード
getComplete() - Method in class dev.felnull.fnjl.ProgressLogger
 
getConnection(URL) - Static method in class dev.felnull.fnjl.util.FNURLUtil
接続を確立する
getEmpty() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getEnd() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getExtension(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
拡張子を取得する
getFill() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getGreen(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから緑色を取得 255(FF)が最大
getHexColor(int, int, int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
RGBから16進数カラーコードへ変換
getImag() - Method in class dev.felnull.fnjl.math.FNComplex
 
getLength() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getLibName() - Method in enum dev.felnull.fnjl.os.OSs.Type
 
getName() - Method in enum dev.felnull.fnjl.os.OSs.Type
 
getOS() - Static method in class dev.felnull.fnjl.os.OSs
OSのタイプを取得
getOSArch() - Static method in class dev.felnull.fnjl.os.OSs
アーキテクスチャ名を取得
getOSName() - Static method in class dev.felnull.fnjl.os.OSs
OS名を取得
getPercentage(int, int) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(long, long) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(double) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPercentage(float) - Static method in class dev.felnull.fnjl.util.FNStringUtil
百分率を返す
getPos() - Method in class dev.felnull.fnjl.util.FNMath.PosColorEntry
 
getProgress() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getProgressBar(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
getProgressBar() - Method in class dev.felnull.fnjl.ProgressLogger
 
getReadSize() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteData
 
getReal() - Method in class dev.felnull.fnjl.math.FNComplex
 
getRed(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから赤色を取得 255(FF)が最大
getResponse(URL) - Static method in class dev.felnull.fnjl.util.FNURLUtil
文字列を取る
getResponseAsync(URL, Consumer<String>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
非同期で文字列を取得 失敗時はnullを返す
getSize() - Method in class dev.felnull.fnjl.ProgressLogger
 
getStart() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getStream(URL) - Static method in class dev.felnull.fnjl.util.FNURLUtil
ストリームを取る
getStreamAsync(URL, Consumer<InputStream>) - Static method in class dev.felnull.fnjl.util.FNURLUtil
非同期でストリームを取得 失敗時はnullを返す
getStringHexColor(int) - Static method in class dev.felnull.fnjl.util.FNColorUtil
数字カラーコードを文字列の16進数のカラーコードに変換
getTip() - Method in enum dev.felnull.fnjl.ProgressLogger.BarType
 
getTotal() - Method in class dev.felnull.fnjl.ProgressLogger
 
getUserAgent() - Static method in class dev.felnull.fnjl.util.FNURLUtil
ユーザエージェント取得
getVersion() - Static method in class dev.felnull.fnjl.FelNullJavaLibrary
バージョン取得
getWatcherCont() - Method in class dev.felnull.fnjl.io.FolderWatcher
 
getWrittenLength() - Method in interface dev.felnull.fnjl.io.ProgressWriter.WriteProgressListener
 
getX() - Method in class dev.felnull.fnjl.math.FNVec2d
 
getX() - Method in class dev.felnull.fnjl.math.FNVec2f
 
getX() - Method in class dev.felnull.fnjl.math.FNVec2i
 
getY() - Method in class dev.felnull.fnjl.math.FNVec2d
 
getY() - Method in class dev.felnull.fnjl.math.FNVec2f
 
getY() - Method in class dev.felnull.fnjl.math.FNVec2i
 

H

hashCode() - Method in class dev.felnull.fnjl.math.FNComplex
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec2d
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec2f
 
hashCode() - Method in class dev.felnull.fnjl.math.FNVec2i
 

I

inputToOutputStream(InputStream, OutputStream) - Static method in class dev.felnull.fnjl.util.FNImageUtil
InputStreamからOutputStreamへ出力
isArm32() - Static method in class dev.felnull.fnjl.os.OSs
Arm32アーキテクスチャかどうか
isArm64() - Static method in class dev.felnull.fnjl.os.OSs
Arm64アーキテクスチャかどうか
isImage(byte[]) - Static method in class dev.felnull.fnjl.util.FNImageUtil
バイト配列が画像かどうか
isLinux() - Static method in class dev.felnull.fnjl.os.OSs
Linuxかどうか
isMAC() - Static method in class dev.felnull.fnjl.os.OSs
MACかどうか
isWindows() - Static method in class dev.felnull.fnjl.os.OSs
Windowsかどうか
isX64() - Static method in class dev.felnull.fnjl.os.OSs
x64アーキテクスチャかどうか
isX86() - Static method in class dev.felnull.fnjl.os.OSs
x86アーキテクスチャかどうか

K

kill() - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
このクラスで登録したタスクをすべて停止

L

loadToProgress(InputStream, long, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらロードする

M

mandelbrot(int) - Method in class dev.felnull.fnjl.math.FNComplex
 
mandelbrot(double, double, int) - Static method in class dev.felnull.fnjl.util.FNMath
マンデルブロ
mandelbrot(FNComplex, int) - Static method in class dev.felnull.fnjl.util.FNMath
マンデルブロ
mul(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 
multipleRun(Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行
multipleRun(String, Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行
multipleRun(int, Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
 
multipleRun(String, int, Runnable, Runnable...) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
マルチ非同期実行

O

oneDayClockTimer(int, int, Runnable) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
 
oneDayClockTimer(int, int, Runnable, boolean) - Static method in class dev.felnull.fnjl.util.FNRuntimeUtil
 
OSs - Class in dev.felnull.fnjl.os
OS関連情報
OSs() - Constructor for class dev.felnull.fnjl.os.OSs
 
OSs.Type - Enum in dev.felnull.fnjl.os
 

P

PosColorEntry(FNVec2i, int) - Constructor for class dev.felnull.fnjl.util.FNMath.PosColorEntry
 
printProgress(int) - Method in class dev.felnull.fnjl.ProgressLogger
更新するたびに呼び出せば進捗が表示される
printProgress() - Method in class dev.felnull.fnjl.ProgressLogger
 
ProgressLogger - Class in dev.felnull.fnjl
進捗率をわかりやすくバーで表示させる
ProgressLogger(int, int, ProgressLogger.BarType) - Constructor for class dev.felnull.fnjl.ProgressLogger
進捗度バー表示
ProgressLogger(int, int, int, ProgressLogger.BarType) - Constructor for class dev.felnull.fnjl.ProgressLogger
進捗度バー表示
ProgressLogger.BarType - Enum in dev.felnull.fnjl
 
ProgressWriter - Class in dev.felnull.fnjl.io
進行率を取得しながら書き込む
ProgressWriter(InputStream, long, Function<ProgressWriter.WriteData, IOException>, Consumer<ProgressWriter.WriteProgressListener>) - Constructor for class dev.felnull.fnjl.io.ProgressWriter
 
ProgressWriter.WriteData - Interface in dev.felnull.fnjl.io
 
ProgressWriter.WriteProgressListener - Interface in dev.felnull.fnjl.io
 

R

reductionSize(BufferedImage, long) - Static method in class dev.felnull.fnjl.util.FNImageUtil
画像を指定サイズまで縮小する
reductionSize(BufferedImage, long, String) - Static method in class dev.felnull.fnjl.util.FNImageUtil
画像を指定サイズまで縮小する
removeExtension(String) - Static method in class dev.felnull.fnjl.util.FNStringUtil
拡張子を削除
resize(BufferedImage, int, int) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
resize(BufferedImage, int, int, int) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
resourceExtractor(Class<?>, String) - Static method in class dev.felnull.fnjl.util.FNDataUtil
リソースフォルダからデータを抽出
run() - Method in class dev.felnull.fnjl.io.FileWatcher
 

S

scale(double, double) - Static method in class dev.felnull.fnjl.util.FNMath
 
setBarType(ProgressLogger.BarType) - Method in class dev.felnull.fnjl.ProgressLogger
 
setComplete(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
setEndStr(Function<ProgressLogger, String>) - Method in class dev.felnull.fnjl.ProgressLogger
 
setImag(double) - Method in class dev.felnull.fnjl.math.FNComplex
 
setLogger(Consumer<String>) - Method in class dev.felnull.fnjl.ProgressLogger
 
setReal(double) - Method in class dev.felnull.fnjl.math.FNComplex
 
setSize(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
setStartStr(Function<ProgressLogger, String>) - Method in class dev.felnull.fnjl.ProgressLogger
 
setTotal(int) - Method in class dev.felnull.fnjl.ProgressLogger
 
setX(double) - Method in class dev.felnull.fnjl.math.FNVec2d
 
setX(float) - Method in class dev.felnull.fnjl.math.FNVec2f
 
setX(int) - Method in class dev.felnull.fnjl.math.FNVec2i
 
setY(double) - Method in class dev.felnull.fnjl.math.FNVec2d
 
setY(float) - Method in class dev.felnull.fnjl.math.FNVec2f
 
setY(int) - Method in class dev.felnull.fnjl.math.FNVec2i
 
start() - Method in class dev.felnull.fnjl.io.ProgressWriter
 
streamToByteArray(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
ストリームをバイト配列へ変換
sub(FNComplex) - Method in class dev.felnull.fnjl.math.FNComplex
 
sub(FNVec2d) - Method in class dev.felnull.fnjl.math.FNVec2d
 
sub(FNVec2f) - Method in class dev.felnull.fnjl.math.FNVec2f
 
sub(FNVec2i) - Method in class dev.felnull.fnjl.math.FNVec2i
 

T

toByteArray(BufferedImage, String) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageをバイト配列に変換
toCelsiusTemp(float) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(int) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(long) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(double) - Static method in class dev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toInputStream(BufferedImage, String) - Static method in class dev.felnull.fnjl.util.FNImageUtil
BufferedImageをInputStreamに変換
toKelvinTemp(float) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(int) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(long) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(double) - Static method in class dev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toString() - Method in class dev.felnull.fnjl.math.FNComplex
 
toString() - Method in class dev.felnull.fnjl.math.FNVec2d
 
toString() - Method in class dev.felnull.fnjl.math.FNVec2f
 
toString() - Method in class dev.felnull.fnjl.math.FNVec2i
 

U

unzipGz(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
GZ圧縮されたストリームを解凍したストリームへ変換
update(Path, WatchEvent<?>) - Method in interface dev.felnull.fnjl.io.FolderWatcher.FolderWatchListener
 
update(FolderWatcher.SubFolderWatcher, Path, String, WatchEvent<?>) - Method in class dev.felnull.fnjl.io.FolderWatcher
 
urlLoadToProgress(URL, Consumer<ProgressWriter.WriteProgressListener>) - Static method in class dev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらURL先をロードする

V

valueOf(String) - Static method in enum dev.felnull.fnjl.os.OSs.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.felnull.fnjl.ProgressLogger.BarType
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.felnull.fnjl.os.OSs.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.felnull.fnjl.ProgressLogger.BarType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class dev.felnull.fnjl.FNJLBuildIn
 

W

watchFile(Path, Consumer<WatchEvent<?>>, WatchEvent.Kind<?>...) - Static method in class dev.felnull.fnjl.util.FNIOUtil
ファイル監視

Z

zipGz(InputStream) - Static method in class dev.felnull.fnjl.util.FNDataUtil
ストリームをGZ圧縮したストリームへ変換
A C D E F G H I K L M O P R S T U V W Z 
Skip navigation links