blob: 4a479b7d6504a6f4b761fc5dc6d3c5f8c1c05bfa [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/buffer.R
\docType{class}
\name{buffer}
\alias{buffer}
\alias{Buffer}
\title{Buffer class}
\usage{
buffer(x)
}
\arguments{
\item{x}{R object. Only raw, numeric and integer vectors are currently supported}
}
\value{
an instance of \code{Buffer} that borrows memory from \code{x}
}
\description{
A Buffer is an object containing a pointer to a piece of
contiguous memory with a particular size.
}
\section{Factory}{
\code{buffer()} lets you create an \code{arrow::Buffer} from an R object
}
\section{Methods}{
\itemize{
\item \verb{$is_mutable()} :
\item \verb{$ZeroPadding()} :
\item \verb{$size()} :
\item \verb{$capacity()}:
}
}