Package javadocofflinesearch.tools
Class TitledByteArrayInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
javadocofflinesearch.tools.TitledByteArrayInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
Constructor Summary
ConstructorsConstructorDescriptionTitledByteArrayInputStream
(String title, byte[] buf) TitledByteArrayInputStream
(String title, byte[] buf, int offset, int length) -
Method Summary
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Constructor Details
-
TitledByteArrayInputStream
-
TitledByteArrayInputStream
-
-
Method Details
-
getTitle
-
getTitleAsBytes
public byte[] getTitleAsBytes() -
getTitleAsReader
-