org.test4j.json.encoder.array
类 ByteArrayEncoder
java.lang.Object
org.test4j.json.encoder.JSONEncoder<T>
org.test4j.json.encoder.ArrayEncoder<T>
org.test4j.json.encoder.array.ArraysEncoder<byte[]>
org.test4j.json.encoder.array.ByteArrayEncoder
public class ByteArrayEncoder
- extends ArraysEncoder<byte[]>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final ByteArrayEncoder instance
getArraySize
protected int getArraySize(byte[] target)
- 指定者:
- 类
ArraysEncoder<byte[]> 中的 getArraySize
getEncoderByItem
protected JSONEncoder getEncoderByItem(Object item)
- 指定者:
- 类
ArraysEncoder<byte[]> 中的 getEncoderByItem
getItemByIndex
protected Object getItemByIndex(byte[] target,
int index)
- 指定者:
- 类
ArraysEncoder<byte[]> 中的 getItemByIndex
Copyright © 2013. All rights reserved.