weldx.types.SupportsFileReadWrite

class weldx.types.SupportsFileReadWrite(*args, **kwargs)

Type interface for read, write and seeking.

Methods

read

Read content.

readline

Read a line.

seek

Go to position.

tell

Get position.

write

Write content.