DCT Lightfoot v3 API specification

com.dctl.j2me.io
Interface Writable

All Known Implementing Classes:
OutputStream

public interface Writable

This is the writable interface that all input streams implement


Method Summary
 void write(byte[] b, int off, int len)
          write a number of bytes to the output stream
 void write(int b)
          write a byte
 

Method Detail

write

public void write(int b)
           throws IOException
write a byte

Parameters:
b - the byte to write
Throws:
IOException - if there is an IO error

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
write a number of bytes to the output stream

Parameters:
b - The array to read from
off - The offset to start reading from
len - The maximum number of bytes to write
Throws:
IOException - if there is an IO error

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification