public class JsonToTupleResourceBuilder extends Object implements IResourceBuilder
IResourceBuilder.CompactionType| Constructor and Description | 
|---|
JsonToTupleResourceBuilder()
Ctor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple | 
onEnd()
Callback that tells you the scan is done. 
 | 
void | 
onStart()
Callback to tell you you are about to receive new lines. 
 | 
void | 
onStream(Reader in)
Callback for you to stream the remote resource file. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreparepublic JsonToTupleResourceBuilder()
public void onStart()
IResourceBuilderonStart in interface IResourceBuilderpublic void onStream(Reader in) throws IOException
IResourceBuilderonStream in interface IResourceBuilderin - the input stream to consume the resource fileIOException - in case of IO errorpublic Tuple onEnd()
IResourceBuilderYou should typically free any temporary storage, if any, used to build your resource.
onEnd in interface IResourceBuilderCopyright © 2023. All rights reserved.