public class FloatingIOWriter extends Object
| 构造器和说明 |
|---|
FloatingIOWriter(double d) |
FloatingIOWriter(float f) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendTo(Appendable buf) |
double |
doubleValue() |
float |
floatValue() |
String |
toJavaFormatString() |
String |
toString() |
void |
write(ByteWriter bw,
char[] buffer) |
public FloatingIOWriter(double d)
public FloatingIOWriter(float f)
public void write(ByteWriter bw, char[] buffer) throws IOException
IOExceptionpublic String toJavaFormatString()
public void appendTo(Appendable buf)
public double doubleValue()
public float floatValue()
Copyright © 2018. All rights reserved.