Write a GeoScript Style to an InputStream, File, or String.
| Constructor and description |
|---|
Writer
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
write(Style style, OutputStream out)Write the Style to the OutputStream
|
|
void |
write(Style style, File file)Write the Style to the File
|
|
java.lang.String |
write(Style style)Write the Style to a String
|
Write the Style to the OutputStream
style - The Styleout - The OutputStreamWrite the Style to the File
style - The Stylefile - The FileWrite the Style to a String
style - The Style