Tabnine Logo
BufferedSegmentReader.pushDelimiters
Code IndexAdd Tabnine to your IDE (free)

How to use
pushDelimiters
method
in
org.milyn.edisax.BufferedSegmentReader

Best Java code snippets using org.milyn.edisax.BufferedSegmentReader.pushDelimiters (Showing top 4 results out of 315)

origin: smooks/smooks

public void pushDelimiters(Delimiters delimiters) {
  segmentReader.pushDelimiters(delimiters);
}
origin: org.milyn/milyn-edisax-parser

public void pushDelimiters(Delimiters delimiters) {
  segmentReader.pushDelimiters(delimiters);
}
origin: org.milyn/milyn-smooks-all

public void pushDelimiters(Delimiters delimiters) {
  segmentReader.pushDelimiters(delimiters);
}
origin: org.virtuslab/milyn-edisax-parser

public void pushDelimiters(Delimiters delimiters) {
  segmentReader.pushDelimiters(delimiters);
}
org.milyn.edisaxBufferedSegmentReaderpushDelimiters

Javadoc

Push in a new Delimiters set into the reader.

Popular methods of BufferedSegmentReader

  • <init>
    Construct the stream reader.
  • assertCurrentSegmentExists
    Assert that there is a current segment.
  • changeEncoding
    Change the encoding used to read the underlying EDI data stream. #mark() should have been called fir
  • forwardPastWhitespace
  • getCurrentSegmentFields
    Get the current EDI segment fields.
  • getCurrentSegmentNumber
    Get the current segment "number". The first segment is "segment number 1".
  • getDelimiters
    Get the current delimiter set.
  • getSegmentBuffer
    Get the segment buffer.
  • hasCurrentSegment
    Does the read have a segment buffered and ready for processing.
  • mark
    Try mark the stream so we can support changing of the reader encoding.
  • moveToNextSegment
    Move to the next EDI segment. Simply reads and buffers the next EDI segment.
  • peek
    Peek a fixed number of characters from the input source. Peek differs from #read(int) in that it lea
  • moveToNextSegment,
  • peek,
  • popDelimiters,
  • read,
  • readChar,
  • setIgnoreNewLines,
  • setSegmentListener

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (Timer)
  • setRequestProperty (URLConnection)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now