Child pages
  • File végére írás
Skip to end of metadata
Go to start of metadata
Ennek a problémának nem találom az egyszerű megoldását:
Midletben csináltam egy FileConnection és egy OutputStream-et.
lfc = (FileConnection) Connector.open("file:///root1/Location.csv",Connector.WRITE);
os = lfc.openOutputStream();
os.write(....

Szeretnék a fájl végére írni?
      
      
Page viewed times
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels

2 Comments

  1. Anonymous

    public java.io.OutputStream openOutputStream(long byteOffset)
    throws java.io.IOException


    http://www.j2medev.com/api/fileconnection/javax/microedition/io/file/FileConnection.html#openOutputStream(long)
  2. Unknown User (cstamas82)

    Köszi. Szégyenlem de ezt egész egyszerűen nem találtam.