Class FileSeek

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.io.FileSeek

@BoxBIF(description="Move the file pointer to a specific position") @BoxBIF(alias="FileSkipBytes") @BoxMember(type=FILE) @BoxMember(type=FILE,name="skipBytes") public class FileSeek extends BIF
  • Constructor Details

    • FileSeek

      public FileSeek()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Moves the buffer cursor position forward the number of characters specified by the position argument
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation