{{newin|[[0.9.0]]|090|type=enum}}
Buffer modes for [[File]] objects.
== Constants ==
;none: No buffering. The result of write and append operations appears immediately.
;line: Line buffering. Write and append operations are buffered until a newline is output or the buffer size limit is reached.
;full: Full buffering. Write and append operations are always buffered until the buffer size limit is reached.
== See Also ==
* [[parent::File]]
* [[(File):setBuffer|File:setBuffer]]
* [[(File):getBuffer|File:getBuffer]]
[[Category:Enums]]
{{#set:Description=Buffer modes for [[File]] objects.}}
== Other Languages ==
{{i18n|BufferMode}}