public static class FwkPropertyGroup.SectionInputStream
extends java.io.InputStream
Modifier and Type | Method and Description |
---|---|
int |
available() |
boolean |
endOfFile() |
boolean |
endOfSection() |
void |
endOfSection(boolean flag) |
java.lang.String |
getGroupName() |
int |
read() |
void |
reset() |
void |
setGroupName(java.lang.String name) |
public boolean endOfFile()
public java.lang.String getGroupName()
public void setGroupName(java.lang.String name)
public boolean endOfSection()
public void endOfSection(boolean flag)
public void reset()
reset
in class java.io.InputStream
public int available()
available
in class java.io.InputStream
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException