---
title: "What is streambuf class in c  ?"  
description: "What is streambuf class in c  ?"  
author: "Takeshi Okada"  
published: 2013-06-15  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1122/what-is-streambuf-class-in-c  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# What is streambuf class in c  ?

Hi,\
What is streambuf [class](https://www.mindstick.com/blog/165/generic-class-in-c-sharp) in [c++](https://www.mindstick.com/blog/745/array-in-c-plus-plus)?\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

streambuf class supplies the basic,low level inputes and outputs operations and provides the underlying support for the entire c++ I/O system.Unless you are doing advance I/O programming,you will not need to use streambuf directly.\


---

Original Source: https://www.mindstick.com/forum/1122/what-is-streambuf-class-in-c

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
