Uses of Class
com.google.protobuf.BinaryWriter
Packages that use BinaryWriter
-
Uses of BinaryWriter in com.google.protobuf
Subclasses of BinaryWriter in com.google.protobufModifier and TypeClassDescriptionprivate static final classWriter that uses safe operations on a targetByteBuffer.private static final classWriter that uses safe operations on target array.private static final classWriter that uses unsafe operations on a targetByteBuffer.private static final classWriter that uses unsafe operations on a target array.Methods in com.google.protobuf that return BinaryWriterModifier and TypeMethodDescriptionstatic BinaryWriterBinaryWriter.newDirectInstance(BufferAllocator alloc) Creates a newBinaryWriterthat will allocate direct (i.e.static BinaryWriterBinaryWriter.newDirectInstance(BufferAllocator alloc, int chunkSize) Creates a newBinaryWriterthat will allocate direct (i.e.static BinaryWriterBinaryWriter.newHeapInstance(BufferAllocator alloc) Creates a newBinaryWriterthat will allocate heap buffers ofBinaryWriter.DEFAULT_CHUNK_SIZEas necessary.static BinaryWriterBinaryWriter.newHeapInstance(BufferAllocator alloc, int chunkSize) Creates a newBinaryWriterthat will allocate heap buffers ofchunkSizeas necessary.(package private) static BinaryWriterBinaryWriter.newSafeDirectInstance(BufferAllocator alloc, int chunkSize) (package private) static BinaryWriterBinaryWriter.newSafeHeapInstance(BufferAllocator alloc, int chunkSize) (package private) static BinaryWriterBinaryWriter.newUnsafeDirectInstance(BufferAllocator alloc, int chunkSize) (package private) static BinaryWriterBinaryWriter.newUnsafeHeapInstance(BufferAllocator alloc, int chunkSize)