Uses of Class
org.apache.streampipes.connect.api.exception.ParseException
-
Packages that use ParseException Package Description org.apache.streampipes.connect.api -
-
Uses of ParseException in org.apache.streampipes.connect.api
Methods in org.apache.streampipes.connect.api that throw ParseException Modifier and Type Method Description GuessSchemaIProtocol. getGuessSchema()List<Map<String,Object>>IProtocol. getNElements(int n)GuessSchemaIAdapter. getSchema(T adapterDescription)Map<String,Object>IFormat. parse(byte[] object)This method parses a byte[] and transforms the event object into a serialized version of the internal representationvoidIParser. parse(InputStream data, EmitBinaryEvent emitBinaryEvent)List<byte[]>IParser. parseNEvents(InputStream data, int n)
-