Class StringDecoder

java.lang.Object
org.apache.batik.util.io.StringDecoder
All Implemented Interfaces:
CharDecoder

public class StringDecoder extends Object implements CharDecoder
This class reads a string.
Version:
$Id: StringDecoder.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • string

      protected String string
      The string which contains the decoded characters.
    • length

      protected int length
      The number of chars in the string.
    • next

      protected int next
      The next char index.
  • Constructor Details

    • StringDecoder

      public StringDecoder(String s)
      Creates a new StringDecoder.
  • Method Details