org.weda.converter.impl
Class InputStreamToByteConverter

java.lang.Object
  extended by org.weda.converter.impl.AbstractConverter
      extended by org.weda.converter.impl.InputStreamToByteConverter
All Implemented Interfaces:
ValueTypeConverter

public class InputStreamToByteConverter
extends AbstractConverter

Author:
Mikhail Titov

Constructor Summary
InputStreamToByteConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Class toType, java.lang.Object value, java.lang.String pattern)
          Метод осуществляет преобразования значения в соотвествующий тип.
 
Methods inherited from class org.weda.converter.impl.AbstractConverter
getMessages, setMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamToByteConverter

public InputStreamToByteConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.Class toType,
                                java.lang.Object value,
                                java.lang.String pattern)
                         throws ValueTypeConverterException
Description copied from interface: ValueTypeConverter
Метод осуществляет преобразования значения в соотвествующий тип.

Throws:
ValueTypeConverterException


Copyright © 2005-2006 . All Rights Reserved.