Class LazyInputStream
java.lang.Object
java.io.InputStream
org.apache.sling.jcr.resource.internal.helper.LazyInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Lazily acquired InputStream which only accesses the JCR Value InputStream if
data is to be read from the stream.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
Constructor Details
-
LazyInputStream
public LazyInputStream(@NotNull @NotNull javax.jcr.Value value)
-
-
Method Details
-
close
Closes the input stream if acquired otherwise does nothing.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupported
in classInputStream
-
mark
public void mark(int readlimit) - Overrides:
mark
in classInputStream
-
reset
- Overrides:
reset
in classInputStream
- Throws:
IOException
-