public class Base64Output extends WbxmlOutput
WbxmlOutput.QueueDrained
Constructor and Description |
---|
Base64Output(WbxmlOutput out) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
end() |
void |
flush() |
void |
write(byte[] data) |
void |
write(byte[] data,
WbxmlOutput.QueueDrained drained) |
void |
write(int b)
Only one byte is written
|
of
public Base64Output(WbxmlOutput out)
public void write(int b) throws java.io.IOException
WbxmlOutput
write
in class WbxmlOutput
java.io.IOException
public void write(byte[] data) throws java.io.IOException
write
in class WbxmlOutput
java.io.IOException
public void write(byte[] data, WbxmlOutput.QueueDrained drained)
write
in class WbxmlOutput
public java.lang.String end()
end
in class WbxmlOutput
public void flush()
Copyright © 2021. All Rights Reserved.