Uses of Interface
com.thebuzzmedia.exiftool.commons.io.StreamVisitor
Packages that use StreamVisitor
Package
Description
-
Uses of StreamVisitor in com.thebuzzmedia.exiftool.commons.io
Methods in com.thebuzzmedia.exiftool.commons.io with parameters of type StreamVisitorModifier and TypeMethodDescriptionstatic void
IOs.readInputStream
(InputStream is, StreamVisitor visitor) Read input and continue untilreadLine(String)
returnsfalse
. -
Uses of StreamVisitor in com.thebuzzmedia.exiftool.core.handlers
Subinterfaces of StreamVisitor in com.thebuzzmedia.exiftool.core.handlersModifier and TypeInterfaceDescriptioninterface
Handle tags line by line and store output.Classes in com.thebuzzmedia.exiftool.core.handlers that implement StreamVisitorModifier and TypeClassDescriptionclass
Read all tags line by line.class
Read tags line by line.class
Read specified input tags line by line.class
Check if line means it is the end of the stream. -
Uses of StreamVisitor in com.thebuzzmedia.exiftool.process
Subinterfaces of StreamVisitor in com.thebuzzmedia.exiftool.processModifier and TypeInterfaceDescriptioninterface
Handler that should be used to handle command line output.