@FixedSize(value=17)
public class Vin
extends org.apache.avro.specific.SpecificFixed
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
Vin()
Creates a new Vin
|
Vin(byte[] bytes)
Creates a new Vin with the given bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Schema |
getClassSchema() |
org.apache.avro.Schema |
getSchema() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public Vin()
public Vin(byte[] bytes)
bytes - The bytes to create the new Vin.public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificFixedpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificFixedIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificFixedIOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.