public final class FileContent extends Object
Constructor and Description |
---|
FileContent(File file,
String encoding) |
Modifier and Type | Method and Description |
---|---|
void |
delete(int start,
int end) |
boolean |
endReached() |
String |
getContent() |
int |
getPosition() |
void |
insert(int index,
String str) |
boolean |
isUnix() |
String |
nextLine() |
void |
removeDuplicatedEmptyEndLines() |
void |
reset() |
void |
resetTo(int pos) |
void |
rewind() |
String |
toString() |
public void resetTo(int pos)
public void reset()
public void rewind()
public boolean endReached()
public String nextLine()
public int getPosition()
public void delete(int start, int end)
public void insert(int index, String str)
public void removeDuplicatedEmptyEndLines()
public String getContent()
public boolean isUnix()
Copyright © 2008-2012 Mathieu Carbou. All Rights Reserved.