Searched refs:NioEncoder (Results 1 – 1 of 1) sorted by relevance
144 return new NioEncoder(byteBuffer); in newInstance()1510 private static final class NioEncoder extends CodedOutputStream { class in CodedOutputStream1515 NioEncoder(ByteBuffer buffer) { in NioEncoder() method in CodedOutputStream.NioEncoder