クラスの使用
com.lmt.lib.bldt.ContentDescription
-
ContentDescriptionを使用しているパッケージ パッケージ 説明 com.lmt.lib.bldt LDTライブラリのコアパッケージです。com.lmt.lib.bldt.parser 楽曲情報元データの解析を行うパーサクラスをまとめたパッケージです。 -
-
com.lmt.lib.bldtでのContentDescriptionの使用
ContentDescriptionを返すcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 ContentDescription
ContentCollection. get(int index)
楽曲情報を取得します。ContentDescription
ContentCollection. query(String title, String artist, PlayStyle playStyle, String md5, String sha256)
この難易度表情報から指定した条件に該当する1件の楽曲情報を検索します。ContentDescription型の引数を持つ型を返すcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 Stream<ContentDescription>
ContentCollection. all()
全ての楽曲情報のストリームを返します。List<ContentDescription>
Parser. parse(TableDescription tableDesc, PlayStyle playStyle, byte[] raw)
入力された情報を使用して楽曲情報を解析し、楽曲情報一覧を生成して返します。ContentDescription型の型引数を持つcom.lmt.lib.bldtのコンストラクタ・パラメータ コンストラクタ 説明 ContentCollection(TableDescription tableDesc, ZonedDateTime lastUpdateDateTime, ZonedDateTime spModifiedDateTime, String spModifiedDataHash, ZonedDateTime dpModifiedDateTime, String dpModifiedDataHash, Collection<ContentDescription> contents)
新しい難易度表情報オブジェクトを構築します。 -
com.lmt.lib.bldt.parserでのContentDescriptionの使用
ContentDescription型の引数を持つ型を返すcom.lmt.lib.bldt.parserのメソッド 修飾子とタイプ メソッド 説明 List<ContentDescription>
GenocideHtmlParser. parse(TableDescription tableDesc, PlayStyle playStyle, byte[] raw)
入力された情報を使用して楽曲情報を解析し、楽曲情報一覧を生成して返します。List<ContentDescription>
ScoreJsonParser. parse(TableDescription tableDesc, PlayStyle playStyle, byte[] raw)
-