public class PatchIndexStream
extends java.lang.Object
| Constructor and Description | 
|---|
PatchIndexStream(PatchStreamContributor is)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected byte[] | 
getBytes()
Saves the internal buffer into a Byte array 
 | 
protected TextBuffer | 
getTextBuffer()
Gets the internal text buffer for the index stream. 
 | 
public PatchIndexStream(PatchStreamContributor is)
protected TextBuffer getTextBuffer() throws java.io.IOException
java.io.IOException - if an I/O error occurred while reading the stream.protected byte[] getBytes()
                   throws java.io.IOException
java.io.IOException