com.android.dx.util
Interface ByteOutput

All Known Subinterfaces:
AnnotatedOutput, Output
All Known Implementing Classes:
ByteArrayAnnotatedOutput

public interface ByteOutput

A byte sink.


Method Summary
 void writeByte(int i)
          Writes a byte.
 

Method Detail

writeByte

void writeByte(int i)
Writes a byte.

Throws:
IndexOutOfBoundsException - if all bytes have been written.


Copyright © 2013. All Rights Reserved.