Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
API Developer Guide / middleware / pub / io / skip
Service: skip
This service allows skipping a specified length of data within the input stream.
Input Parameter:
Name | Type | Description |
inputStream: | Object | Represents an input stream of bytes. |
length: | Integer | Number of bytes to skip within the stream |
STRING: | String | A string parameter. |
DOCUMENT: | Document | A document parameter. |
JAVAOBJECT: | Object | A Java object parameter. |
reader: | Object | Reads the character stream. |
Output Parameter:
Name | Type | Description |
inputStream: | Object | Represent an input stream of bytes. |
bytesSkipped: | The number of bytes skipped in the operation | |
charsSkipped: | The number of characters skipped | |
reader: | Object | Reads the character stream |