public class TypeFloat32 extends Object implements BreezeType<Float>
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getType() |
Float |
read(BreezeBuffer buffer,
boolean withType) |
static float |
readFloat32(BreezeBuffer buffer) |
void |
write(BreezeBuffer buffer,
Float value,
boolean withType) |
void |
writeMessageField(BreezeBuffer buffer,
int index,
Float field,
boolean withType,
boolean checkDefault) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputType, read, write, writeMessageFieldpublic static float readFloat32(BreezeBuffer buffer)
public byte getType()
getType 在接口中 BreezeType<Float>public Float read(BreezeBuffer buffer, boolean withType) throws BreezeException
read 在接口中 BreezeType<Float>BreezeExceptionpublic void write(BreezeBuffer buffer, Float value, boolean withType) throws BreezeException
write 在接口中 BreezeType<Float>BreezeExceptionpublic void writeMessageField(BreezeBuffer buffer, int index, Float field, boolean withType, boolean checkDefault) throws BreezeException
writeMessageField 在接口中 BreezeType<Float>BreezeExceptionCopyright © 2019. All rights reserved.