Uses of Class
net.sourceforge.jbizmo.commons.avro.file.DownloadFileRequest
Packages that use DownloadFileRequest
-
Uses of DownloadFileRequest in net.sourceforge.jbizmo.commons.avro.file
Methods in net.sourceforge.jbizmo.commons.avro.file that return DownloadFileRequestModifier and TypeMethodDescriptionDownloadFileRequest.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 DownloadFileRequestModifier and TypeMethodDescriptionstatic 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 DownloadFileRequestModifier and TypeMethodDescriptionstatic DownloadFileRequest.BuilderDownloadFileRequest.newBuilder(DownloadFileRequest other) Creates a new DownloadFileRequest RecordBuilder by copying an existing DownloadFileRequest instance.