Interface LargeText.Source

Enclosing class:
LargeText

public static interface LargeText.Source
Represents the data source of this text.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check existence of the Source.
    long
    Size of the Source.
    Open a Source for reading.
  • Method Details

    • open

      Open a Source for reading.
      Returns:
      Opened Session for reading.
      Throws:
      IOException - if an error occurs.
    • length

      long length()
      Size of the Source.
      Returns:
      Number of bytes in the Source.
    • exists

      boolean exists()
      Check existence of the Source.
      Returns:
      true if it exists, otherwise false.