net.ihe.gazelle.proxy.dicom
Class TxtInputHandler

java.lang.Object
  extended by net.ihe.gazelle.proxy.dicom.TxtInputHandler
All Implemented Interfaces:
org.dcm4che2.io.DicomInputHandler

public class TxtInputHandler
extends Object
implements org.dcm4che2.io.DicomInputHandler


Constructor Summary
TxtInputHandler(BufferedWriter writer)
           
 
Method Summary
 int getMaxValLen()
           
 int getMaxWidth()
           
 boolean isWithNames()
           
 boolean readValue(org.dcm4che2.io.DicomInputStream in)
           
 void setMaxValLen(int maxValLen)
           
 void setMaxWidth(int maxWidth)
           
 void setWithNames(boolean withNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxtInputHandler

public TxtInputHandler(BufferedWriter writer)
Method Detail

isWithNames

public boolean isWithNames()

setWithNames

public void setWithNames(boolean withNames)

getMaxWidth

public int getMaxWidth()

setMaxWidth

public void setMaxWidth(int maxWidth)

getMaxValLen

public int getMaxValLen()

setMaxValLen

public void setMaxValLen(int maxValLen)

readValue

public boolean readValue(org.dcm4che2.io.DicomInputStream in)
                  throws IOException
Specified by:
readValue in interface org.dcm4che2.io.DicomInputHandler
Throws:
IOException


Copyright © 2012 JBoss. All Rights Reserved.