org.exoplatform.services.chars.chardet
Class EUCSampler

java.lang.Object
  extended by org.exoplatform.services.chars.chardet.EUCSampler

public class EUCSampler
extends java.lang.Object


Field Summary
 int[] mFirstByteCnt
           
 float[] mFirstByteFreq
           
 int[] mSecondByteCnt
           
 float[] mSecondByteFreq
           
 
Constructor Summary
EUCSampler()
           
 
Method Summary
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mFirstByteCnt

public int[] mFirstByteCnt

mSecondByteCnt

public int[] mSecondByteCnt

mFirstByteFreq

public float[] mFirstByteFreq

mSecondByteFreq

public float[] mSecondByteFreq
Constructor Detail

EUCSampler

public EUCSampler()
Method Detail

reset

public void reset()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.