public static class ArraySchemas.BoolArray extends ArraySchemas.Base
PolymorphicSchema.Factory, PolymorphicSchema.Handler| Modifier and Type | Field and Description |
|---|---|
protected Pipe.Schema<java.lang.Object> |
pipeSchema |
allowNullArrayElement, handlerstrategy| Modifier and Type | Method and Description |
|---|---|
Pipe.Schema<java.lang.Object> |
getPipeSchema()
The pipe schema associated with this schema.
|
protected java.lang.Object |
readBoxedFrom(Input input,
java.lang.Object owner,
int len) |
java.lang.Object |
readFrom(Input input,
java.lang.Object owner) |
protected java.lang.Object |
readPrimitiveFrom(Input input,
java.lang.Object owner,
int len) |
protected void |
writeLengthTo(Output output,
int len,
boolean primitive) |
void |
writeTo(Output output,
java.lang.Object value) |
protected void |
writeTo(Output output,
java.lang.Object value,
boolean primitive) |
getFieldName, getFieldNumber, mergeFrom, messageFullName, messageName, setValueisInitialized, newMessage, typeClassprotected final Pipe.Schema<java.lang.Object> pipeSchema
public Pipe.Schema<java.lang.Object> getPipeSchema()
PolymorphicSchemagetPipeSchema in class PolymorphicSchemaprotected java.lang.Object readPrimitiveFrom(Input input, java.lang.Object owner, int len) throws java.io.IOException
java.io.IOExceptionprotected java.lang.Object readBoxedFrom(Input input, java.lang.Object owner, int len) throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object readFrom(Input input, java.lang.Object owner) throws java.io.IOException
readFrom in class ArraySchemas.Basejava.io.IOExceptionprotected void writeLengthTo(Output output, int len, boolean primitive) throws java.io.IOException
java.io.IOExceptionprotected void writeTo(Output output, java.lang.Object value, boolean primitive) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(Output output, java.lang.Object value) throws java.io.IOException
java.io.IOExceptionCopyright © 2009-2023. All Rights Reserved.