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