Package org.fto.jthink.io

Examples of org.fto.jthink.io.SmartAccessFile.skipBytes()


          }
          request.putParameter(fieldName, value);
          raf.seek(tmpPointer);
        }
       
        raf.skipBytes(1);
        char c = (char)raf.read();
        /* 如果遇到'-'字符,跳出循环 */
        if (c == '-'){
          raf.skipBytes(-1);
          break;
View Full Code Here


       
        raf.skipBytes(1);
        char c = (char)raf.read();
        /* 如果遇到'-'字符,跳出循环 */
        if (c == '-'){
          raf.skipBytes(-1);
          break;
        }
      }
     
     
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.