Searched refs:DataHandler (Results 1 – 8 of 8) sorted by relevance
69 abstract protected void getDataFrom(DataHandler handler) in getDataFrom()83 abstract protected void getDatafrom(DataHandler handler) throws IOException; in getDatafrom()
134 private final DataHandler handler;285 public XLIFFReader(DataHandler handler, DataWriter target) throws IOException { in XLIFFReader()300 …public XLIFFReader(DataHandler handler, DataWriter target,boolean doBlockCompleteCheck) throws IOE… in XLIFFReader()
41 public class DataHandler { class62 public DataHandler() { in DataHandler() method in DataHandler
155 protected void getDataFrom(DataHandler handler) throws IOException { in getDataFrom()163 protected void getDatafrom(DataHandler handler) throws IOException { in getDatafrom()
226 protected void getDataFrom(DataHandler handler) throws IOException { in getDataFrom()234 protected void getDatafrom(DataHandler handler) throws IOException { in getDatafrom()
69 private static DataHandler handler;170 handler = new DataHandler(); in Converter()
101 public void getDatafrom(DataHandler handler) throws java.io.IOException { in getDatafrom()526 protected void getDataFrom(DataHandler handler) { } in getDataFrom()
98 messageBodyPart.setDataHandler( new DataHandler( filesource )); in sendMail()
Completed in 308 milliseconds