Man pages for HenrikBengtsson/R.io
[R] Class Library - File, connection and I/O classes

accept.FileFilterTests if the given pathname is accepted or not
accept.RegExprFileFilterTests if the given pathname is accepted by the regular...
as.character.FileGets a character string representation of the File object
as.character.RegExprFileFilterGets a string representation of the regular expression file...
available.ConnectionInputStreamReturns the number of bytes currently available in input...
available.FileInputStreamReturns the number of bytes currently available in input...
available.InputStreamGets the number of bytes currently available in input buffer
BufferedOutputStreamClass providing an output stream of bytes to a file
canRead.FileChecks if the file can be read
canWrite.FileChecks if the file can be written to
close.ConnectionInputStreamCloses the input stream and the connection
close.FileInputStreamCloses the input stream and releases the file
close.FileOutputStreamFlushes and closes the file output stream
close.InputStreamCloses the input stream
close.MultiOutputStreamCloses all output streams
close.OutputStreamCloses the output stream
close.ReporterCloses the reporter
ConnectionInputStreamClass for reading bytes from connections
createNewFile.FileCreates a new file
createTempFile.FileCreates a temporary file name
erase.FileDeletes a file or a directory
escape.HtmlPrintStreamEscape string to make it HTML compatible
FileClass for accessing files or directories and querying their...
FileExceptionAbstract Exception class for file errors
FileExistsExceptionException specifying that an existing file was not...
FileFilterInterface providing methods for filtering file names
FileInputStreamClass for reading bytes from a file
FileNotFoundExceptionException specifying that a file could not be opened
FileOutputStreamClass providing an output stream of bytes to a file
finalize.FileOutputStreamFinalizes the stream by first closing it
finalize.HtmlPrintStreamPops all tags left on the tag stack and closes the stream
finalize.InputStreamFinalizes the stream by closing it
finalize.OutputStreamFinalize method that closes the stream when it is deleted
finalize.ReporterFinalizes the reporter by first closing it
flush.OutputStreamFlushes the output stream
getAbsoluteFile.FileGets the absolute path as a File
getAbsolutePath.FileGets the absolute pathname string
getCanonicalFile.FileGets the cannonical form of this pathname
getCanonicalPath.FileGets the cannonical pathname string
getExtension.FileTakes a filename and returns the extension
getFile.FileExceptionGets the file that failed to be opened
getMask.RegExprFileFilterGets the regular expression mask currently used
getName.FileGets the name or directory specified by this pathname
getParent.FileGets the string of the parent specified by this pathname
getParentFile.FileGets the parent specified by this pathname
getPath.FileGets the path specified by this pathname
getPathname.FileExceptionGets the pathname of the file that failed to be opened
getPattern.FileNotFoundExceptionGets the filename pattern that was not matched
getTargetPathnameGets the target of a pathname
getWithoutExtension.FileTakes a filename and returns the filename without the...
hasEndTag.HtmlPrintStreamCheck with the HTML standard if the given tag should be...
HtmlPrintStreamClass for writing HTML code and plain text to an output...
HtmlRotatableImageTrial class for generating rotatable HTML images using...
indent.HtmlPrintStreamMoves the indent a certain number of columns to the right or...
InputStreamSuperclass of all classes representing an input stream of...
IOExceptionClass of exceptions representing an input/output error
isAbsolute.FileChecks if this pathname is absolute
isCreator.ReporterChecks if reporter is a creator or not
isDirectory.FileChecks if the file specification is a directory
isExisting.FileChecks if a file or a directory exists
isFile.FileChecks if the file specification is a file
lastModified.FileGets the time when the file was last modified
listDir.FileGets the file names in the directory
listFiles.FileGets the files in the directory
mark.InputStreamMarks the current position
markSupported.InputStreamChecks if the input stream supports mark() and reset()
mkdir.FileCreates a directory
mkdirs.FileCreates a directory including any necessary but nonexistent...
MultiOutputStreamMultiplexing output stream
Non-documented_objectsNon-documented objects
open.ReporterOpens the reporter
OutputStreamSuperclass of all classes representing an output stream of...
popTag.HtmlPrintStreamRemoves the tag on the top of the tag stack and prints it
popTags.HtmlPrintStreamPops zero or more tags from the tag stack
printComment.HtmlPrintStreamPrints a HTML comment
printDl.HtmlPrintStreamPrints a definition list object as a HTML list
print.FilePrints information about the File object
print.HtmlPrintStreamConcatenates the input arguments into a string that is...
printList.HtmlPrintStreamPrints an object as a HTML list
println.HtmlPrintStreamConcatenates the input arguments into a string that is...
println.PrintStreamWrites a string (or any object) followed by a new line to the...
printOl.HtmlPrintStreamPrints an object as a HTML ordered list
print.PrintStreamWrites a string (or any object) to the output stream
PrintStreamClass for writing strings to an output stream
printTable.HtmlPrintStreamPrints an object as a HTML table
printTag.HtmlPrintStreamPrints a single HTML tag with attributes
printTimestamp.HtmlPrintStreamPrints a time stamp string as a HTML comment
printUl.HtmlPrintStreamPrints an object as a HTML unordered list
pushTag.HtmlPrintStreamPrints a HTML tag with attributes and puts the tag name on...
read.ConnectionInputStreamReads the next byte of data from the connection stream
read.FileInputStreamReads the next byte of data from the file input stream
read.InputStreamReads the next byte of data
readJavaByteDeprecated. Reads a Java formatted byte (8 bits) from a...
readJavaIntDeprecated. Reads a Java formatted int (32 bits) from a...
readJavaShortDeprecated. Reads a Java formatted short (16 bits) from a...
readJavaUTFDeprecated. Reads a Java (UTF-8) formatted string from a...
RegExprFileFilterClass filtering pathnames based on a regular expression
ReporterSuperclass of all Reporter classes
reset.InputStreamReplaces the current position to the last mark
R.io-packagePackage R.io
RspEngineClass for processing [R] Server Pages (RSP)
setAuthor.ReporterSets the author of the document
setCreator.ReporterSets this reporter to be a creator of figures etc
setDate.ReporterSets the date of the document
setFigureNameFormat.ReporterSets the sprintf-style format of figure names
setFigurePath.ReporterSets the path where figures are written
setIncludePath.ReporterSets the path where includes are written
setMask.RegExprFileFilterSets the regular expression mask
setTitle.ReporterSets the title of the document
show.FileShows the current file
size.FileGets the size of the file
skip.InputStreamSkips the next n number of bytes
toURL.FileConverts this abstract pathname into a URL
writeAndEvaluateCode.ReporterWrites and then evaluates the code
writeBold.ReporterWrites a sentence in bold face font
write.BufferedOutputStreamWrites one or more bytes to the output stream
writeComment.ReporterWrites a comment not visible in the final document
writeDebug.ReporterWrites debug information
writeDocType.HtmlPrintStreamWrites the document type string
writeEmphased.ReporterWrites a sentence in an emphasized font
writeEquation.ReporterWrites an equation
writeFigure.ReporterWrites a figure by saving the current plot
write.FileOutputStreamWrites one or more bytes to the file output stream
writeHorizontalRuler.ReporterAdds a horizontal ruler to the document
writeItalic.ReporterWrites a sentence in an italic font
writeJavaByteDeprecated. Writes a byte (8 bits) to a connection in Java...
writeJavaIntDeprecated. Writes a integer (32 bits) to a connection in...
writeJavaShortDeprecated. Writes a short (16 bits) to a connection in Java...
writeJavaUTFDeprecated. Writes a string to a connection in Java format...
writeList.ReporterWrites a list
write.MultiOutputStreamWrites one or more bytes to all output streams
writeNewLine.ReporterAdds a new line/carrage return to the document
write.OutputStreamWrites one or more bytes to the output stream
writeParagraph.ReporterWrites a paragraph
write.ReporterWrites objects to document
writeSection.ReporterBegins a section
writeSubsection.ReporterBegins a subsection
writeSubsubsection.ReporterBegins a subsubsection
writeTable.ReporterWrites a table
writeText.ReporterWrites a text
writeTitle.ReporterWrites the title
writeVerbatim.ReporterWrites an object in verbatim
HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.