public abstract class SpecificFixed extends Object implements GenericFixed, Comparable<SpecificFixed>, Externalizable
Constructor and Description |
---|
SpecificFixed() |
SpecificFixed(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
byte[] |
bytes()
Return the data.
|
void |
bytes(byte[] bytes) |
int |
compareTo(SpecificFixed that) |
boolean |
equals(Object o) |
abstract Schema |
getSchema()
The schema of this instance.
|
int |
hashCode() |
abstract void |
readExternal(ObjectInput in) |
String |
toString() |
abstract void |
writeExternal(ObjectOutput out) |
public SpecificFixed()
public SpecificFixed(byte[] bytes)
public void bytes(byte[] bytes)
public byte[] bytes()
GenericFixed
bytes
in interface GenericFixed
public abstract Schema getSchema()
GenericContainer
getSchema
in interface GenericContainer
public int compareTo(SpecificFixed that)
compareTo
in interface Comparable<SpecificFixed>
public abstract void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public abstract void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
IOException
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.