unot
クラス PatternReader

java.lang.Object
  |
  +--unot.PatternReader

abstract class PatternReader
extends java.lang.Object

A template for a reader class. Each object of this class has the only method read(InputStream).


コンストラクタの概要
(パッケージプライベート) PatternReader()
           
 
メソッドの概要
(パッケージプライベート) abstract  unot.Pattern read()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PatternReader

PatternReader()
メソッドの詳細

read

abstract unot.Pattern read()