Package javadocofflinesearch.tools
Class TitledByteArrayInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.ByteArrayInputStream
-
- javadocofflinesearch.tools.TitledByteArrayInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class TitledByteArrayInputStream extends java.io.ByteArrayInputStream
-
-
Constructor Summary
Constructors Constructor Description TitledByteArrayInputStream(java.lang.String title, byte[] buf)
TitledByteArrayInputStream(java.lang.String title, byte[] buf, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTitle()
byte[]
getTitleAsBytes()
java.io.Reader
getTitleAsReader()
-