com.alibaba.simpleimage.codec.convertor
类 NullColorConvertor

java.lang.Object
  继承者 com.alibaba.simpleimage.codec.convertor.NullColorConvertor
所有已实现的接口:
ColorConvertor, CalculateConsts

public class NullColorConvertor
extends Object
implements ColorConvertor

TODO Comment of NullColorConvertor

作者:
wendell

字段摘要
 
从接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 继承的字段
AAN_SCALES, BLOCK_NATURAL_ORDER, CENTERJSAMPLE, DCTSIZE, DCTSIZE2, DOUBLE_QUANT_HASH, DOUBLE_QUANT_SUMS, ICC_PROFILE_LABEL, MAXJSAMPLE, RANGE_MASK, sampleRangeLimitOffset, sampleRangeLimitTable, SINGLE_QUANT_HASH, SINGLE_QUANT_SUMS
 
构造方法摘要
NullColorConvertor()
           
 
方法摘要
 long convert(int[] input, int inPos)
           
 byte[] convertBlock(int[] input, int inPos, byte[] output, int numOfComponents, int startCoordinate, int row, int scanlineStride)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NullColorConvertor

public NullColorConvertor()
方法详细信息

convert

public long convert(int[] input,
                    int inPos)
指定者:
接口 ColorConvertor 中的 convert

convertBlock

public byte[] convertBlock(int[] input,
                           int inPos,
                           byte[] output,
                           int numOfComponents,
                           int startCoordinate,
                           int row,
                           int scanlineStride)
指定者:
接口 ColorConvertor 中的 convertBlock


Copyright © 2012–2015 Alibaba Group. All rights reserved.