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
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Moves the buffer cursor position forward the number of characters specified by the position argumentMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
FileSeek
public FileSeek()Constructor
-
-
Method Details