public interface Lines
Modifier and Type | Method and Description |
---|---|
boolean |
isRecord()
Indicates whether the lines are Record format.
|
boolean |
isString()
Indicates whether the lines are String format.
|
String[] |
lines()
Returns the lines in String format.
|
Record[] |
records()
Returns the lines in Record format.
|
boolean isString()
lines()
method.boolean isRecord()
records()
method.String[] lines()
Record[] records()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.