public class AsciiCharEventFileStreamer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsciiCharEventFileStreamer.CharSink |
| Constructor and Description |
|---|
AsciiCharEventFileStreamer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
streamFromFile(File file,
AsciiCharEventFileStreamer.CharSink sink) |
static void |
streamFromFile(File file,
AsciiCharEventFileStreamer.CharSink sink,
boolean callLifeCycleMethods) |
static <E extends com.fluxtion.api.lifecycle.EventHandler> |
streamFromFile(File file,
Class<E> eventHandler) |
static void |
streamFromFile(File file,
com.fluxtion.api.lifecycle.EventHandler eventHandler) |
static void |
streamFromFile(File file,
com.fluxtion.api.lifecycle.EventHandler eventHandler,
boolean callLifeCycleMethods) |
public static void streamFromFile(File file, AsciiCharEventFileStreamer.CharSink sink) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static void streamFromFile(File file, AsciiCharEventFileStreamer.CharSink sink, boolean callLifeCycleMethods) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static <E extends com.fluxtion.api.lifecycle.EventHandler> E streamFromFile(File file, Class<E> eventHandler) throws FileNotFoundException, IOException, InstantiationException, IllegalAccessException
public static void streamFromFile(File file, com.fluxtion.api.lifecycle.EventHandler eventHandler) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static void streamFromFile(File file, com.fluxtion.api.lifecycle.EventHandler eventHandler, boolean callLifeCycleMethods) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2019. All rights reserved.