public final class ByteArrayWrapper extends java.lang.Object implements java.io.Serializable, org.mapdb.Serializer<ByteArrayWrapper>
| コンストラクタと説明 |
|---|
ByteArrayWrapper(byte[] data) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ByteArrayWrapper |
deserialize(java.io.DataInput in,
int available) |
boolean |
equals(java.lang.Object other) |
int |
fixedSize() |
byte[] |
getData() |
int |
hashCode() |
void |
serialize(java.io.DataOutput out,
ByteArrayWrapper value) |
public byte[] getData()
public boolean equals(java.lang.Object other)
equals クラス内 java.lang.Objectpublic int hashCode()
hashCode クラス内 java.lang.Objectpublic void serialize(java.io.DataOutput out,
ByteArrayWrapper value)
throws java.io.IOException
serialize インタフェース内 org.mapdb.Serializer<ByteArrayWrapper>java.io.IOExceptionpublic ByteArrayWrapper deserialize(java.io.DataInput in, int available) throws java.io.IOException
deserialize インタフェース内 org.mapdb.Serializer<ByteArrayWrapper>java.io.IOExceptionpublic int fixedSize()
fixedSize インタフェース内 org.mapdb.Serializer<ByteArrayWrapper>