Esempio n. 1
0
 default void rawReadData(ReadMarshallable marshallable) {
   WireInternal.rawReadData(this, marshallable);
 }
Esempio n. 2
0
 default boolean readDocument(
     long position,
     @Nullable ReadMarshallable metaDataConsumer,
     @Nullable ReadMarshallable dataConsumer) {
   return WireInternal.readData(position, this, metaDataConsumer, dataConsumer);
 }