Read a GeoScript Style from an InputStream, File, or String.
| Constructor and description |
|---|
Reader
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Style |
read(InputStream input)Read a GeoScript Style from an InputStream
|
|
Style |
read(File file)Read a GeoScript Style from a File
|
|
Style |
read(java.lang.String str)Read a GeoScript Style from a String
|
Read a GeoScript Style from an InputStream
input - An InputStreamRead a GeoScript Style from a File
file - A FileRead a GeoScript Style from a String
str - A String