public class PropsReader extends LineNumberReader
| 构造器和说明 |
|---|
PropsReader(Reader reader) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPropertyName() |
String |
getPropertyValue() |
boolean |
nextProperty() |
String |
readProperty() |
getLineNumber, mark, read, read, readLine, reset, setLineNumber, skipclose, lines, markSupported, readypublic String readProperty
IOExceptionpublic boolean nextProperty
IOExceptionpublic PropsReader(Reader reader)
public String readProperty() throws IOException
IOExceptionpublic boolean nextProperty()
throws IOException
IOExceptionpublic String getPropertyName()
public String getPropertyValue()
Copyright © 2018. All rights reserved.