Interface BinaryDefinition

All Superinterfaces:
Serializable
All Known Subinterfaces:
ArchiveBinaryDefinition
All Known Implementing Classes:
FileArchiveBinaryDefinition, FileBinaryDefinition

public interface BinaryDefinition extends Serializable
バイナリ形式の定義(メタデータ)を表すインタフェース。
  • Method Summary

    Modifier and Type
    Method
    Description
    バイナリデータのInputStream。
    バイナリ形式の定義の名称。
    long
    バイナリのサイズ。
  • Method Details

    • getName

      String getName()
      バイナリ形式の定義の名称。
      Returns:
    • getSize

      long getSize()
      バイナリのサイズ。
      Returns:
    • getInputStream

      InputStream getInputStream()
      バイナリデータのInputStream。
      Returns: