Top Classes
[default module]

Package org.python.modules._io


Class Summary

Modifier and TypeClass and Description
public class
_jyio

The Python _io module implemented in Java.

pack-priv class
Closer<C extends PyIOBase>

A class to take responsibility for closing a stream on JVM shutdown.

public class
OpenMode

An object able to check a file access mode provided as a String and represent it as boolean attributes and in a normalised form.

public class
public class
public class
PyIOBase

The Python module _io._IOBase, on which the io module depends directly.

public class
public class
PyRawIOBase

An implementation of Python _io._RawIOBase mirroring the arrangement of methods in the CPython version.

public class