• Tool "java Summary

Source: Internet
Author: User

1.    Streamtokenizer usage Lookup API:java.lang.Object  inheritors Java.io.StreamTokenizerStreamTokenizer class get the input stream and parse it as token Allows one tag to be read at a time. The parsing process is controlled by a table and many flags that can be set to various states. The markup generator for this stream can recognize identifiers, numbers, referenced strings, and various annotation styles. In addition, an instance has four tokens (the return value is int) tt_eof indicates a constant that has been read to the   end of the stream Tt_eol   indicates a constant that has been read to the end of the line Tt_number a constant that indicates a number tag that has been read Tt_word    A constant indicating that a text tag has been read and then there are several fields Nval (Double type) If the current marker is a number, this field will contain the value of that number. Sval  (String type) if the current tag is a text marker, this field contains a string that gives the character of the literal tag. Ttype (int, for the previous four tags) after calling the NextToken method, this field will contain the type of the tag that was just read.

  

  

• Tool "java Summary

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.