DCT Lightfoot v3 API specification

com.dctl.j2me.io
Interface Lockable

All Known Implementing Classes:
HandleOutputStream, SwitchableOutputStream

public interface Lockable

A lockable stream is used to lock the lower level device to prevent multiple tasks accessing the stream at the same time


Method Summary
 void lock()
          Lock the stream.
 void unlock()
          Unlock the stream.
 

Method Detail

lock

public void lock()
Lock the stream. This blocks until the lock is complete


unlock

public void unlock()
Unlock the stream. This unlocks the stream


DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification