| accept.FileFilter | Tests if the given pathname is accepted or not |
| accept.RegExprFileFilter | Tests if the given pathname is accepted by the regular... |
| as.character.File | Gets a character string representation of the File object |
| as.character.RegExprFileFilter | Gets a string representation of the regular expression file... |
| available.ConnectionInputStream | Returns the number of bytes currently available in input... |
| available.FileInputStream | Returns the number of bytes currently available in input... |
| available.InputStream | Gets the number of bytes currently available in input buffer |
| BufferedOutputStream | Class providing an output stream of bytes to a file |
| canRead.File | Checks if the file can be read |
| canWrite.File | Checks if the file can be written to |
| close.ConnectionInputStream | Closes the input stream and the connection |
| close.FileInputStream | Closes the input stream and releases the file |
| close.FileOutputStream | Flushes and closes the file output stream |
| close.InputStream | Closes the input stream |
| close.MultiOutputStream | Closes all output streams |
| close.OutputStream | Closes the output stream |
| close.Reporter | Closes the reporter |
| ConnectionInputStream | Class for reading bytes from connections |
| createNewFile.File | Creates a new file |
| createTempFile.File | Creates a temporary file name |
| erase.File | Deletes a file or a directory |
| escape.HtmlPrintStream | Escape string to make it HTML compatible |
| File | Class for accessing files or directories and querying their... |
| FileException | Abstract Exception class for file errors |
| FileExistsException | Exception specifying that an existing file was not... |
| FileFilter | Interface providing methods for filtering file names |
| FileInputStream | Class for reading bytes from a file |
| FileNotFoundException | Exception specifying that a file could not be opened |
| FileOutputStream | Class providing an output stream of bytes to a file |
| finalize.FileOutputStream | Finalizes the stream by first closing it |
| finalize.HtmlPrintStream | Pops all tags left on the tag stack and closes the stream |
| finalize.InputStream | Finalizes the stream by closing it |
| finalize.OutputStream | Finalize method that closes the stream when it is deleted |
| finalize.Reporter | Finalizes the reporter by first closing it |
| flush.OutputStream | Flushes the output stream |
| getAbsoluteFile.File | Gets the absolute path as a File |
| getAbsolutePath.File | Gets the absolute pathname string |
| getCanonicalFile.File | Gets the cannonical form of this pathname |
| getCanonicalPath.File | Gets the cannonical pathname string |
| getExtension.File | Takes a filename and returns the extension |
| getFile.FileException | Gets the file that failed to be opened |
| getMask.RegExprFileFilter | Gets the regular expression mask currently used |
| getName.File | Gets the name or directory specified by this pathname |
| getParent.File | Gets the string of the parent specified by this pathname |
| getParentFile.File | Gets the parent specified by this pathname |
| getPath.File | Gets the path specified by this pathname |
| getPathname.FileException | Gets the pathname of the file that failed to be opened |
| getPattern.FileNotFoundException | Gets the filename pattern that was not matched |
| getTargetPathname | Gets the target of a pathname |
| getWithoutExtension.File | Takes a filename and returns the filename without the... |
| hasEndTag.HtmlPrintStream | Check with the HTML standard if the given tag should be... |
| HtmlPrintStream | Class for writing HTML code and plain text to an output... |
| HtmlRotatableImage | Trial class for generating rotatable HTML images using... |
| indent.HtmlPrintStream | Moves the indent a certain number of columns to the right or... |
| InputStream | Superclass of all classes representing an input stream of... |
| IOException | Class of exceptions representing an input/output error |
| isAbsolute.File | Checks if this pathname is absolute |
| isCreator.Reporter | Checks if reporter is a creator or not |
| isDirectory.File | Checks if the file specification is a directory |
| isExisting.File | Checks if a file or a directory exists |
| isFile.File | Checks if the file specification is a file |
| lastModified.File | Gets the time when the file was last modified |
| listDir.File | Gets the file names in the directory |
| listFiles.File | Gets the files in the directory |
| mark.InputStream | Marks the current position |
| markSupported.InputStream | Checks if the input stream supports mark() and reset() |
| mkdir.File | Creates a directory |
| mkdirs.File | Creates a directory including any necessary but nonexistent... |
| MultiOutputStream | Multiplexing output stream |
| Non-documented_objects | Non-documented objects |
| open.Reporter | Opens the reporter |
| OutputStream | Superclass of all classes representing an output stream of... |
| popTag.HtmlPrintStream | Removes the tag on the top of the tag stack and prints it |
| popTags.HtmlPrintStream | Pops zero or more tags from the tag stack |
| printComment.HtmlPrintStream | Prints a HTML comment |
| printDl.HtmlPrintStream | Prints a definition list object as a HTML list |
| print.File | Prints information about the File object |
| print.HtmlPrintStream | Concatenates the input arguments into a string that is... |
| printList.HtmlPrintStream | Prints an object as a HTML list |
| println.HtmlPrintStream | Concatenates the input arguments into a string that is... |
| println.PrintStream | Writes a string (or any object) followed by a new line to the... |
| printOl.HtmlPrintStream | Prints an object as a HTML ordered list |
| print.PrintStream | Writes a string (or any object) to the output stream |
| PrintStream | Class for writing strings to an output stream |
| printTable.HtmlPrintStream | Prints an object as a HTML table |
| printTag.HtmlPrintStream | Prints a single HTML tag with attributes |
| printTimestamp.HtmlPrintStream | Prints a time stamp string as a HTML comment |
| printUl.HtmlPrintStream | Prints an object as a HTML unordered list |
| pushTag.HtmlPrintStream | Prints a HTML tag with attributes and puts the tag name on... |
| read.ConnectionInputStream | Reads the next byte of data from the connection stream |
| read.FileInputStream | Reads the next byte of data from the file input stream |
| read.InputStream | Reads the next byte of data |
| readJavaByte | Deprecated. Reads a Java formatted byte (8 bits) from a... |
| readJavaInt | Deprecated. Reads a Java formatted int (32 bits) from a... |
| readJavaShort | Deprecated. Reads a Java formatted short (16 bits) from a... |
| readJavaUTF | Deprecated. Reads a Java (UTF-8) formatted string from a... |
| RegExprFileFilter | Class filtering pathnames based on a regular expression |
| Reporter | Superclass of all Reporter classes |
| reset.InputStream | Replaces the current position to the last mark |
| R.io-package | Package R.io |
| RspEngine | Class for processing [R] Server Pages (RSP) |
| setAuthor.Reporter | Sets the author of the document |
| setCreator.Reporter | Sets this reporter to be a creator of figures etc |
| setDate.Reporter | Sets the date of the document |
| setFigureNameFormat.Reporter | Sets the sprintf-style format of figure names |
| setFigurePath.Reporter | Sets the path where figures are written |
| setIncludePath.Reporter | Sets the path where includes are written |
| setMask.RegExprFileFilter | Sets the regular expression mask |
| setTitle.Reporter | Sets the title of the document |
| show.File | Shows the current file |
| size.File | Gets the size of the file |
| skip.InputStream | Skips the next n number of bytes |
| toURL.File | Converts this abstract pathname into a URL |
| writeAndEvaluateCode.Reporter | Writes and then evaluates the code |
| writeBold.Reporter | Writes a sentence in bold face font |
| write.BufferedOutputStream | Writes one or more bytes to the output stream |
| writeComment.Reporter | Writes a comment not visible in the final document |
| writeDebug.Reporter | Writes debug information |
| writeDocType.HtmlPrintStream | Writes the document type string |
| writeEmphased.Reporter | Writes a sentence in an emphasized font |
| writeEquation.Reporter | Writes an equation |
| writeFigure.Reporter | Writes a figure by saving the current plot |
| write.FileOutputStream | Writes one or more bytes to the file output stream |
| writeHorizontalRuler.Reporter | Adds a horizontal ruler to the document |
| writeItalic.Reporter | Writes a sentence in an italic font |
| writeJavaByte | Deprecated. Writes a byte (8 bits) to a connection in Java... |
| writeJavaInt | Deprecated. Writes a integer (32 bits) to a connection in... |
| writeJavaShort | Deprecated. Writes a short (16 bits) to a connection in Java... |
| writeJavaUTF | Deprecated. Writes a string to a connection in Java format... |
| writeList.Reporter | Writes a list |
| write.MultiOutputStream | Writes one or more bytes to all output streams |
| writeNewLine.Reporter | Adds a new line/carrage return to the document |
| write.OutputStream | Writes one or more bytes to the output stream |
| writeParagraph.Reporter | Writes a paragraph |
| write.Reporter | Writes objects to document |
| writeSection.Reporter | Begins a section |
| writeSubsection.Reporter | Begins a subsection |
| writeSubsubsection.Reporter | Begins a subsubsection |
| writeTable.Reporter | Writes a table |
| writeText.Reporter | Writes a text |
| writeTitle.Reporter | Writes the title |
| writeVerbatim.Reporter | Writes an object in verbatim |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.