org.nutz.mvc.upload.util
类 RemountBytes

java.lang.Object
  继承者 org.nutz.mvc.upload.util.RemountBytes

public class RemountBytes
extends java.lang.Object

根据给给定的 bytes[] 计算所有的查找回溯点

作者:
zozoh(zozohtnt@gmail.com)

字段摘要
 byte[] bytes
           
 int[] fails
           
 
构造方法摘要
RemountBytes()
           
 
方法摘要
static RemountBytes create(byte[] bs)
           
static RemountBytes create(java.lang.String str)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

bytes

public byte[] bytes

fails

public int[] fails
构造方法详细信息

RemountBytes

public RemountBytes()
方法详细信息

create

public static RemountBytes create(java.lang.String str)

create

public static RemountBytes create(byte[] bs)