home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Kernel / Util / B64Reader.tonyu < prev    next >
Text File  |  2001-07-24  |  155b  |  13 lines

  1. extends BinaryArrayReader;
  2.  
  3. nfunction makeBinaryArrayFromB64(String s) {
  4.  
  5. }
  6.  
  7. constructor B64Reader(String s) {
  8.      
  9. }
  10.  
  11. function readInt() {
  12.  
  13. }