All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.kernel.Teletype

java.lang.Object
   |
   +----edsac.kernel.Teletype

public class Teletype
extends Object

Constructor Index

 o Teletype(TeleQueue)
Constructor method, taking a queue.

Method Index

 o putChar(Character)
Print a character to tape

Constructors

 o Teletype
 public Teletype(TeleQueue out)
Constructor method, taking a queue.

Methods

 o putChar
 public void putChar(Character c) throws InterruptedException
Print a character to tape


All Packages  Class Hierarchy  This Package  Previous  Next  Index