public class Writer extends Object
Constructor and Description |
---|
Writer() |
Modifier and Type | Method and Description |
---|---|
Writer |
end()
Ends an XML tag.
|
Writer |
start(String tag)
Starts an XML tag.
|
String |
toString()
Converts to a string.
|
Writer |
write(Date lastModified)
Writes an ISO801 date.
|
Writer |
write(long size)
Writes a Long value.
|
Writer |
write(String s)
Writes character data.
|
Writer |
write(Writer w)
Writes to a writer.
|
Copyright © 2013. All Rights Reserved.