Package org.iplass.mtp.definition.binary
Interface BinaryDefinition
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ArchiveBinaryDefinition
- All Known Implementing Classes:
FileArchiveBinaryDefinition
,FileBinaryDefinition
バイナリ形式の定義(メタデータ)を表すインタフェース。
-
Method Details
-
getName
String getName()バイナリ形式の定義の名称。- Returns:
-
getSize
long getSize()バイナリのサイズ。- Returns:
-
getInputStream
InputStream getInputStream()バイナリデータのInputStream。- Returns:
-