@FixedSize(value=16) public class MD5 extends SpecificFixed
Constructor and Description |
---|
MD5()
Creates a new MD5
|
MD5(byte[] bytes)
Creates a new MD5 with the given bytes.
|
Modifier and Type | Method and Description |
---|---|
static Schema |
getClassSchema() |
Schema |
getSchema()
The schema of this instance.
|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static final Schema SCHEMA$
public MD5()
public MD5(byte[] bytes)
bytes
- The bytes to create the new MD5.public static Schema getClassSchema()
public Schema getSchema()
GenericContainer
getSchema
in interface GenericContainer
getSchema
in class SpecificFixed
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class SpecificFixed
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
readExternal
in class SpecificFixed
IOException
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.