Searched refs:writeDelimitedTo (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DMessageLite.java125 * {@link #writeDelimitedTo(OutputStream)}.
137 void writeDelimitedTo(OutputStream output) throws IOException; method in interface:MessageLite
298 * {@link MessageLite#writeDelimitedTo(OutputStream)} to write your message
318 * {@link MessageLite#writeDelimitedTo(OutputStream)} to write messages in
H A DAbstractMessageLite.java83 public void writeDelimitedTo(final OutputStream output) throws IOException { method in class:AbstractMessageLite
H A DUnknownFieldSet.java189 public void writeDelimitedTo(OutputStream output) throws IOException { method in class:UnknownFieldSet
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DWireFormatTest.java226 TestUtil.getAllSet().writeDelimitedTo(output);
228 TestUtil.getPackedSet().writeDelimitedTo(output);

Completed in 1008 milliseconds