home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 November / PCpro_1998_11.ISO / software / Lotus / NETOBJ / T2.Z / SeekPosition.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  226 b   |  6 lines

  1. interface SeekPosition {
  2.    int begin = 0;
  3.    int current = 1;
  4.    int end = 2;
  5. }
  6.