ナビゲーション・リンクをスキップ
A C D E F G L P R S T U Z 

A

ABSOLUTE_ZERO_TEMP - クラス のstatic変数dev.felnull.fnjl.util.FNMath
 

C

clamp(int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(long, long, long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(float, float, float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clamp(double, double, double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
数値をminより大きく、maxより小さくする
clone(BufferedImage) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageをふやす
createMD5Hash(byte[]) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
MD5ハッシュを取得

D

decodeBase64(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
Bse64文字列を文字列に変換
decodeUTFEscapeSequence(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
UTFエスケープシーケンス文字列を文字列に変換
dev.felnull.fnjl.data - パッケージ dev.felnull.fnjl.data
 
dev.felnull.fnjl.util - パッケージ dev.felnull.fnjl.util
 

E

encodeBase64(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
文字列をBase64文字列に変換
encodeUTFEscapeSequence(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
文字列をUTFエスケープシーケンス文字列に変換

F

fileCopyToProgress(File, File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをコピーする
fileDownloadToProgress(URL, File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらダウンロードしてファイルに書き込む
fileLoadToProgress(File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルをロードする
fileWriteToProgress(InputStream, long, File, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらファイルに書き込む
FNColorUtil - dev.felnull.fnjl.utilのクラス
色関係
FNColorUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNColorUtil
 
FNDataUtil - dev.felnull.fnjl.utilのクラス
 
FNDataUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNDataUtil
 
FNImageUtil - dev.felnull.fnjl.utilのクラス
画像関係
FNImageUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNImageUtil
 
FNMath - dev.felnull.fnjl.utilのクラス
Math関係
FNMath() - クラス のコンストラクタdev.felnull.fnjl.util.FNMath
 
FNStringUtil - dev.felnull.fnjl.utilのクラス
文字列関係
FNStringUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNStringUtil
 
FNURLUtil - dev.felnull.fnjl.utilのクラス
URL関係
FNURLUtil() - クラス のコンストラクタdev.felnull.fnjl.util.FNURLUtil
 

G

getAlpha(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数ARGBカラーコードから透過率を取得 255(FF)が最大 0に近いほど透明
getApproximateColor(int, int...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
近似色を取得する 16新数のカラーコード
getApproximateColorObject(int, T[], Function<T, Integer>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
近似色のオブジェクトを取得する 16新数のカラーコード
getARGBHexColor(int, int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
RGBAから16進数ARGBカラーコードへ変換
getAverageMixColor(int...) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
色を平均的に混ぜた色を取得する
getBlue(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから青色を取得 255(FF)が最大
getByteDisplay(long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
バイト容量表記(単位付き)を取得
getBytes() - インタフェース のメソッドdev.felnull.fnjl.data.ProgressWriter.WriteData
 
getColorDistance(int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
色ごとの距離を取得 16新数のカラーコード
getConnection(URL) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
接続を確立する
getExtension(String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNStringUtil
拡張子を取得する
getGreen(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから緑色を取得 255(FF)が最大
getHexColor(int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
RGBから16進数カラーコードへ変換
getLength() - インタフェース のメソッドdev.felnull.fnjl.data.ProgressWriter.WriteProgressListener
 
getProgress() - インタフェース のメソッドdev.felnull.fnjl.data.ProgressWriter.WriteProgressListener
 
getReadSize() - インタフェース のメソッドdev.felnull.fnjl.data.ProgressWriter.WriteData
 
getRed(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
16進数カラーコードから赤色を取得 255(FF)が最大
getResponse(URL) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
文字列を取る
getResponseAsync(URL, Consumer<String>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
非同期で文字列を取得 失敗時はnullを返す
getStream(URL) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
ストリームを取る
getStreamAsync(URL, Consumer<InputStream>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNURLUtil
非同期でストリームを取得 失敗時はnullを返す
getStringHexColor(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNColorUtil
数字カラーコードを文字列の16新数のカラーコードに変換
getWrittenLength() - インタフェース のメソッドdev.felnull.fnjl.data.ProgressWriter.WriteProgressListener
 

L

loadToProgress(InputStream, long, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらロードする

P

ProgressWriter - dev.felnull.fnjl.dataのクラス
 
ProgressWriter(InputStream, long, Function<ProgressWriter.WriteData, IOException>, Consumer<ProgressWriter.WriteProgressListener>) - クラス のコンストラクタdev.felnull.fnjl.data.ProgressWriter
 
ProgressWriter.WriteData - dev.felnull.fnjl.dataのインタフェース
 
ProgressWriter.WriteProgressListener - dev.felnull.fnjl.dataのインタフェース
 

R

resize(BufferedImage, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える
resize(BufferedImage, int, int, int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageの解像度を変える

S

start() - クラス のメソッドdev.felnull.fnjl.data.ProgressWriter
 
streamToByteArray(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
ストリームをバイト配列へ変換

T

toByteArray(BufferedImage, String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageをバイト配列に変換
toCelsiusTemp(float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toCelsiusTemp(double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
絶対温度をセ氏温度へ変換
toInputStream(BufferedImage, String) - クラス のstaticメソッドdev.felnull.fnjl.util.FNImageUtil
BufferedImageをInputStreamに変換
toKelvinTemp(float) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(int) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(long) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換
toKelvinTemp(double) - クラス のstaticメソッドdev.felnull.fnjl.util.FNMath
セ氏温度を絶対温度へ変換

U

unzipGz(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
GZ圧縮されたストリームを解凍したストリームへ変換
urlLoadToProgress(URL, Consumer<ProgressWriter.WriteProgressListener>) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
進捗度を取得しながらURL先をロードする
USER_AGENT - クラス のstatic変数dev.felnull.fnjl.util.FNURLUtil
 

Z

zipGz(InputStream) - クラス のstaticメソッドdev.felnull.fnjl.util.FNDataUtil
ストリームをGZ圧縮したストリームへ変換
A C D E F G L P R S T U Z 
ナビゲーション・リンクをスキップ