public class FileBody
extends java.lang.Object
Constructor and Description |
---|
FileBody() |
Modifier and Type | Method and Description |
---|---|
char[] |
getBuffer() |
int |
getLineBegin() |
int |
getLineEnd() |
int |
getLineNumber() |
boolean |
nextLine() |
void |
readData(java.io.Reader r) |
boolean |
setReplacement(int begin,
int end,
java.lang.String text) |
void |
startLineLoop() |
boolean |
wasModified() |
void |
writeData(java.io.Writer w) |
void |
writeInitialData(java.io.Writer w) |
public char[] getBuffer()
public void readData(java.io.Reader r) throws java.io.IOException
java.io.IOException
public void writeInitialData(java.io.Writer w) throws java.io.IOException
java.io.IOException
public void writeData(java.io.Writer w) throws java.io.IOException
java.io.IOException
public boolean wasModified()
public boolean setReplacement(int begin, int end, java.lang.String text)
public int getLineNumber()
public int getLineBegin()
public int getLineEnd()
public void startLineLoop()
public boolean nextLine()
Copyright © 2010 - 2020 Adobe. All Rights Reserved