public class FloatArrayCodec extends Object implements Codec<float[]>
| 限定符和类型 | 类和说明 |
|---|---|
class |
FloatArrayCodec.CollectionCodec |
class |
FloatArrayCodec.WrapperCodec |
| 构造器和说明 |
|---|
FloatArrayCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
float[] |
decode(CodecContext context,
ByteBufferInputStream inputStream) |
void |
encode(CodecContext context,
ByteBufferOutputStream outputStream,
float[] values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodec, getFormulapublic float[] decode(CodecContext context, ByteBufferInputStream inputStream)
public void encode(CodecContext context, ByteBufferOutputStream outputStream, float[] values)
Copyright © 2019–2025 indunet. All rights reserved.