Uses of Class
net.sourceforge.jbizmo.commons.avro.file.DownloadFileRequest
-
Packages that use DownloadFileRequest Package Description net.sourceforge.jbizmo.commons.avro.file -
-
Uses of DownloadFileRequest in net.sourceforge.jbizmo.commons.avro.file
Methods in net.sourceforge.jbizmo.commons.avro.file that return DownloadFileRequest Modifier and Type Method Description DownloadFileRequestDownloadFileRequest.Builder. build()static DownloadFileRequestDownloadFileRequest. fromByteBuffer(ByteBuffer b)Deserializes a DownloadFileRequest from a ByteBuffer.Methods in net.sourceforge.jbizmo.commons.avro.file that return types with arguments of type DownloadFileRequest Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<DownloadFileRequest>DownloadFileRequest. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<DownloadFileRequest>DownloadFileRequest. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<DownloadFileRequest>DownloadFileRequest. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in net.sourceforge.jbizmo.commons.avro.file with parameters of type DownloadFileRequest Modifier and Type Method Description static DownloadFileRequest.BuilderDownloadFileRequest. newBuilder(DownloadFileRequest other)Creates a new DownloadFileRequest RecordBuilder by copying an existing DownloadFileRequest instance.
-