Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > File Operations > Low-Level File Operations > SetStreamPosition >

SetStreamPosition

SetStreamPosition
sets the current point in an open stream.
Open a stream:
Read the first number from the stream object:
Modify the current point in the stream:
Read a number from the stream object:
Close the stream:
Open a stream:
In[1]:=
Click for copyable input
Out[1]=
Read the first number from the stream object:
In[2]:=
Click for copyable input
Out[2]=
Modify the current point in the stream:
In[3]:=
Click for copyable input
Out[3]=
Read a number from the stream object:
In[4]:=
Click for copyable input
Out[4]=
Close the stream:
In[5]:=
Click for copyable input
Out[5]=
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF