public class FixASCIIControlsReader extends PushbackReader
in| Constructor and Description | 
|---|
FixASCIIControlsReader(Reader in) 
            
              The look-ahead size is 6 at maximum («) 
               |  
          
| Modifier and Type | Method and Description | 
|---|---|
int |  
           read(char[] cbuf, int off, int len)  |  
          
public FixASCIIControlsReader(Reader in)
in - a Reader 
           PushbackReader.PushbackReader(Reader, int) 
           public int read(char[] cbuf,
                int off,
                int len)
         throws IOException 
          read in class PushbackReader 
           IOException 
           Reader.read(char[], int, int) 
           Copyright © 1998–2019. All rights reserved.