public final class TextFileDataContainer extends Object
Constructor and Description |
---|
TextFileDataContainer(File currentFile,
String[] text,
boolean fileEndedByNextLine,
int stringIndex) |
TextFileDataContainer(TextFileDataContainer item,
int stringIndex) |
Modifier and Type | Method and Description |
---|---|
void |
disableAutoFlush() |
boolean |
equals(Object that) |
File |
getFile() |
int |
getLastReadStringIndex() |
int |
getNextStringIndex() |
String[] |
getText() |
int |
hashCode() |
boolean |
isAutoFlush() |
boolean |
isPresentedNextLineOnReadString() |
String |
nextLine() |
void |
reset() |
void |
setNextStringIndex(int index) |
public TextFileDataContainer(TextFileDataContainer item, int stringIndex)
public TextFileDataContainer(File currentFile, @MustNotContainNull String[] text, boolean fileEndedByNextLine, int stringIndex)
public void disableAutoFlush()
public boolean isAutoFlush()
@MustNotContainNull public String[] getText()
public File getFile()
public void reset()
public boolean isPresentedNextLineOnReadString()
public String nextLine()
public void setNextStringIndex(int index)
public int getLastReadStringIndex()
public int getNextStringIndex()
Copyright © 2011–2021 Igor Maznitsa. All rights reserved.