Package org.kohsuke.stapler.framework.io
Interface LargeText.Source
- Enclosing class:
- LargeText
public static interface LargeText.Source
Represents the data source of this text.
-
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.
-