public final class UnsafeChunkEncoders extends Object
Constructor and Description |
---|
UnsafeChunkEncoders() |
Modifier and Type | Method and Description |
---|---|
static UnsafeChunkEncoder |
createEncoder(int totalLength) |
static UnsafeChunkEncoder |
createEncoder(int totalLength,
BufferRecycler bufferRecycler) |
static UnsafeChunkEncoder |
createNonAllocatingEncoder(int totalLength) |
static UnsafeChunkEncoder |
createNonAllocatingEncoder(int totalLength,
BufferRecycler bufferRecycler) |
public static UnsafeChunkEncoder createEncoder(int totalLength)
public static UnsafeChunkEncoder createNonAllocatingEncoder(int totalLength)
public static UnsafeChunkEncoder createEncoder(int totalLength, BufferRecycler bufferRecycler)
public static UnsafeChunkEncoder createNonAllocatingEncoder(int totalLength, BufferRecycler bufferRecycler)
Copyright © 2019. All rights reserved.